mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Small typo fixes for preheat timeout
CURA-5227
This commit is contained in:
parent
dc52678c05
commit
340916179a
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
return # Aleady printing
|
||||
|
||||
# cancel any ongoing preheat timer before starting a print
|
||||
self._printers[0].stopPreheatTimers()
|
||||
self._printers[0].getController().stopPreheatTimers()
|
||||
|
||||
Application.getInstance().getController().setActiveStage("MonitorStage")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue