Kevin O'Connor 023a985bfc gcode_macro: Use deepcopy() on get_status() results
If a get_status() method returns a mutable object (such as a list or
dict) then it would be possible for a gcode command template to
incorrectly alter the program's internal state.  Perform a deepcopy()
operation on all get_status() return results to avoid that.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-01-20 16:25:25 -05:00
..
2021-01-17 22:39:54 -05:00
2020-08-09 08:17:51 -04:00
2020-08-09 08:17:51 -04:00
2020-08-09 08:17:51 -04:00