mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
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
This commit is contained in:
parent
8bc9663294
commit
b61832bc03
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue