aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/homing_heaters.py
Commit message (Collapse)AuthorAgeFilesLines
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-4/+4
| | | | | | | The heater logic is an independent module that does not need to be treated as part of the "core" klipper code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* homing: Merge home_prepare()/home_finalize() into move_begin/move_end eventsKevin O'Connor2020-02-151-3/+3
| | | | | | | | Collapse the "homing:move_begin", "homing:move_end", home_prepare(), and home_finalize() into two new events: "homing:homing_move_begin" and "homing:homing_move_end". This simplifies the homing code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* homing_heaters: Turn off heaters during homing/probing (#2486)FanDjango2020-02-121-0/+70
Signed-off-by: Mike Stiemke <fandjango@gmx.de>