aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras
diff options
context:
space:
mode:
authorPedro Lamas <pedrolamas@gmail.com>2025-01-24 11:04:45 +0000
committerKevinOConnor <kevin@koconnor.net>2025-01-24 19:13:36 -0500
commit8c1037ef1bb0afa7470974b454df0307fef36ebc (patch)
tree568a8a13064004caa681520ae41eb38a2b8ed16c /klippy/extras
parented796fcfaa37b9308f12b7cdb0a942e0e4526474 (diff)
downloadkutter-8c1037ef1bb0afa7470974b454df0307fef36ebc.tar.gz
kutter-8c1037ef1bb0afa7470974b454df0307fef36ebc.tar.xz
kutter-8c1037ef1bb0afa7470974b454df0307fef36ebc.zip
screws_tilt_adjust: initialize status result as a dictionary
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Diffstat (limited to 'klippy/extras')
-rw-r--r--klippy/extras/screws_tilt_adjust.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/screws_tilt_adjust.py b/klippy/extras/screws_tilt_adjust.py
index 521744af..fec54185 100644
--- a/klippy/extras/screws_tilt_adjust.py
+++ b/klippy/extras/screws_tilt_adjust.py
@@ -12,7 +12,7 @@ class ScrewsTiltAdjust:
self.config = config
self.printer = config.get_printer()
self.screws = []
- self.results = []
+ self.results = {}
self.max_diff = None
self.max_diff_error = False
# Read config