Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heaters: Make heater.py an "extras" module | Kevin O'Connor | 2020-04-25 | 1 | -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 events | Kevin O'Connor | 2020-02-15 | 1 | -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) | FanDjango | 2020-02-12 | 1 | -0/+70 |
Signed-off-by: Mike Stiemke <fandjango@gmx.de> |