From b61832bc03b6367b18d8182c4e10fd51275317b5 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 12 Dec 2017 10:41:27 +0100 Subject: [PATCH] Added manual entry to prevent jogging for UM3 I've not had the time to properly build it yet, so disabling it for now CL-541 --- plugins/UM3NetworkPrinting/LegacyUM3PrinterOutputController.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/UM3NetworkPrinting/LegacyUM3PrinterOutputController.py b/plugins/UM3NetworkPrinting/LegacyUM3PrinterOutputController.py index c476673353..7a0e113d5b 100644 --- a/plugins/UM3NetworkPrinting/LegacyUM3PrinterOutputController.py +++ b/plugins/UM3NetworkPrinting/LegacyUM3PrinterOutputController.py @@ -18,6 +18,9 @@ class LegacyUM3PrinterOutputController(PrinterOutputController): self._preheat_bed_timer.setSingleShot(True) self._preheat_bed_timer.timeout.connect(self._onPreheatBedTimerFinished) self._preheat_printer = None + + self.can_control_manually = False + # Are we still waiting for a response about preheat? # We need this so we can already update buttons, so it feels more snappy. self._preheat_request_in_progress = False