aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/homing_heaters.py
Commit message (Expand)AuthorAgeFilesLines
* homing_heaters: Use config.getlist() for heaters and steppers config optionsKevin O'Connor2021-08-211-15/+9
* homing: Pass the HomingMove class to homing_move_begin/end eventsKevin O'Connor2021-03-291-4/+4
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-1/+1
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-4/+4
* homing: Merge home_prepare()/home_finalize() into move_begin/move_end eventsKevin O'Connor2020-02-151-3/+3
* homing_heaters: Turn off heaters during homing/probing (#2486)FanDjango2020-02-121-0/+70