aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/screws_tilt_adjust.py
Commit message (Expand)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
* screws_tilt_adjust: initialize status result as a dictionaryPedro Lamas2025-01-241-1/+1
* screws_tilt_adjust: add max_deviation to report statusStefan Dej2023-08-011-0/+1
* screws_tilt_adjust: Added Support for M6 Screws (#6287)Zarrsito2023-07-161-3/+5
* screws_tilt_adjust: status result as dictionaryPedro Lamas2023-02-031-6/+7
* screws_tilt_adjust: Add get_status() method (#5921)theophile2022-12-171-0/+14
* screws_tilt_adjust: Improve Python3 compatibilityKevin O'Connor2021-09-301-1/+1
* screws_tilt_adjust: Use config.getfloatlist() for coordinates config optionKevin O'Connor2021-08-211-9/+1
* screws_tilt_adjust: Add DIRECTION parameter to SCREWS_TILT_CALCULATE (#4357)Matthew Lloyd2021-06-221-18/+39
* screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.Johannes Stuettgen2021-04-281-0/+8
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* screws_tilt_adjust: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-2/+2
* screws_tilt_adjust: Remove check for probe printer objectKevin O'Connor2019-12-021-6/+0
* probe: ProbePointsHelper adjustable minimum pointsfess2019-05-211-0/+1
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-081-0/+97