aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/screws_tilt_adjust.py
Commit message (Collapse)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-0/+1
|
* Run black on all first party python codeTomasz Kramkowski2025-08-061-41/+79
|
* docs: Note 'config' object shouldn't be accessed after initial loadKevin O'Connor2025-06-041-2/+1
| | | | | | | | | | Update Code_Overview.md to note that the config object should not be stored after the "config loading phase". Remove a few inadvertent cases where a 'config' object was stored in module member variables. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* screws_tilt_adjust: initialize status result as a dictionaryPedro Lamas2025-01-241-1/+1
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* screws_tilt_adjust: add max_deviation to report statusStefan Dej2023-08-011-0/+1
| | | | Signed-off-by: Stefan Dej <meteyou@gmail.com>
* screws_tilt_adjust: Added Support for M6 Screws (#6287)Zarrsito2023-07-161-3/+5
| | | | | Added support for M6 Screws Signed-off-by: Sascha Petersen <Zarrsito@gmail.com>
* screws_tilt_adjust: status result as dictionaryPedro Lamas2023-02-031-6/+7
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* screws_tilt_adjust: Add get_status() method (#5921)theophile2022-12-171-0/+14
| | | Signed-off-by: Christopher Meredith <chmeredith@gmail.com>
* screws_tilt_adjust: Improve Python3 compatibilityKevin O'Connor2021-09-301-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* screws_tilt_adjust: Use config.getfloatlist() for coordinates config optionKevin O'Connor2021-08-211-9/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* screws_tilt_adjust: Add DIRECTION parameter to SCREWS_TILT_CALCULATE (#4357)Matthew Lloyd2021-06-221-18/+39
| | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.Johannes Stuettgen2021-04-281-0/+8
| | | | | | | This is useful when a saved bed mesh is used to ensure that the bed level has not drifted too far from where it was when the mesh was created. Signed-off-by: Johannes Stuettgen <johannes.stuettgen@gmail.com>
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
| | | | | | Use alternate import syntax to improve Python3 compatibility. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* screws_tilt_adjust: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* screws_tilt_adjust: Remove check for probe printer objectKevin O'Connor2019-12-021-6/+0
| | | | | | | The probe object may not have be instantiated when the screws_tilt_adjust object is instantiated. Just remove the check. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* probe: ProbePointsHelper adjustable minimum pointsfess2019-05-211-0/+1
| | | | | | | | Factor out minimum required points check for ProbePointsHelper in prep for setting different values for quad_gantry_level and z_tilt_adjust Signed-off-by: John "Fess" Fessenden <fess@fess.org>
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-081-0/+97
Signed-off-by: Rui Caridade <rui.mcbc@gmail.com>