mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-26 01:28:34 -07:00
In the case where the homing module's `probing_move` raises an exception, the collector's `_finish_collecting` is never called. Normally the caller of `LoadCellProbingMove`'s `probing_move` uses the collector object by calling `collect_until`, which calls `_finish_collecting` when it is done, but if an exception is raised before that can be done the collector object keeps receiving samples and never does anything with them. This ensures that the collector is stopped if an exception is raised, so that samples do not accumulate indefinitely. Signed-off-by: Russell Cloran <rcloran@gmail.com> |
||
|---|---|---|
| .. | ||
| chelper | ||
| extras | ||
| kinematics | ||
| clocksync.py | ||
| configfile.py | ||
| console.py | ||
| gcode.py | ||
| klippy.py | ||
| mathutil.py | ||
| mcu.py | ||
| msgproto.py | ||
| parsedump.py | ||
| pins.py | ||
| queuelogger.py | ||
| reactor.py | ||
| serialhdl.py | ||
| stepper.py | ||
| toolhead.py | ||
| util.py | ||
| webhooks.py | ||