mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:35:53 +08:00
Small typo fixes for preheat timeout
CURA-5227
This commit is contained in:
parent
dc52678c05
commit
340916179a
@ -164,5 +164,5 @@ class GenericOutputController(PrinterOutputController):
|
||||
self._preheat_hotends_timer.stop()
|
||||
|
||||
if self._preheat_bed_timer.isActive():
|
||||
self._active_printer.updateIsPreheating(False)
|
||||
self._preheat_printer.updateIsPreheating(False)
|
||||
self._preheat_bed_timer.stop()
|
||||
|
@ -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…
x
Reference in New Issue
Block a user