mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47: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
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue