From 8c1037ef1bb0afa7470974b454df0307fef36ebc Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Fri, 24 Jan 2025 11:04:45 +0000 Subject: screws_tilt_adjust: initialize status result as a dictionary Signed-off-by: Pedro Lamas --- klippy/extras/screws_tilt_adjust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras') 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 -- cgit v1.2.3-70-g09d2