mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-24 08:38:34 -07:00
Klipper is a 3d-printer firmware
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> |
||
|---|---|---|
| .github | ||
| config | ||
| docs | ||
| klippy | ||
| lib | ||
| scripts | ||
| src | ||
| test | ||
| .gitignore | ||
| COPYING | ||
| Makefile | ||
| README.md | ||
Welcome to the Klipper project!
The Klipper firmware controls 3d-Printers. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use the Klipper software.
Start by installing Klipper software.
Klipper software is Free Software. See the license or read the documentation. We depend on the generous support from our sponsors.
