aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_screws.py
Commit message (Collapse)AuthorAgeFilesLines
* bed_screws: Reset on move errorPedro Lamas2023-11-021-1/+6
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* bed_screws: report statusPedro Lamas2022-07-281-5/+14
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* bed_screws: Use config.getfloatlist() for coordinates config optionKevin O'Connor2021-08-211-12/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_screws: Finish bed_screws_adjust after n consecutive accepts (#4521)chrenderle2021-08-171-6/+12
| | | | | | | Changed the bed_screws_adjust command so that it finishes after 4 consecutive accepts. Before if you had 4 screws and adjusted the first one you had to accept 7 times to finish the bed_screws_adjust. Signed-off-by: Christian Enderle <mail@chrenderle.de>
* homing: Prefer printer.command_error() instead of homing.CommandError()Kevin O'Connor2020-09-041-1/+0
| | | | | | | Update callers to use the printer.command_error reference instead of directly using homing.CommandError() when raising or catching errors. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* toolhead: Add a manual_move() helper functionKevin O'Connor2020-08-201-7/+1
| | | | | | | | Add a helper function for submitting relative movements. This function will also automatically ensure gcode.reset_last_position() is called. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_screws: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-8/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_screws: No need to re-raise an EndstopErrorKevin O'Connor2019-06-061-4/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_screws: Be sure to call gcode.reset_last_position() after any manual moveKevin O'Connor2019-06-031-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_screws: Fix missing importKevin O'Connor2019-02-281-0/+1
| | | | | | Reported by @JoaoFelipe. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_screws: Add a helper tool for leveling bed screwsKevin O'Connor2019-02-241-0/+119
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>