diff --git a/klippy/extras/screws_tilt_adjust.py b/klippy/extras/screws_tilt_adjust.py index 521744af364c..fec54185eddb 100644 --- a/klippy/extras/screws_tilt_adjust.py +++ b/klippy/extras/screws_tilt_adjust.py @@ -12,7 +12,7 @@ def __init__(self, config): 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