aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tsl1401cl_filament_width_sensor.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-01-14 22:13:50 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-01-20 16:25:25 -0500
commit023a985bfc8a627b1e4ccff797fbc33e3d064d6c (patch)
tree744d4a41bcd50c4dd4514e7ce27e938cfecd6fce /klippy/extras/tsl1401cl_filament_width_sensor.py
parent5b9beb52f6b417beb619c00b6b92ada6aabd32a8 (diff)
downloadkutter-023a985bfc8a627b1e4ccff797fbc33e3d064d6c.tar.gz
kutter-023a985bfc8a627b1e4ccff797fbc33e3d064d6c.tar.xz
kutter-023a985bfc8a627b1e4ccff797fbc33e3d064d6c.zip
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>
Diffstat (limited to 'klippy/extras/tsl1401cl_filament_width_sensor.py')
0 files changed, 0 insertions, 0 deletions