mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Moved multiple components to their own files
CL-541
This commit is contained in:
parent
57de028608
commit
5036eccd32
5 changed files with 542 additions and 485 deletions
|
@ -234,7 +234,7 @@ Item
|
|||
return // Nothing to do, printer cant preheat at all!
|
||||
}
|
||||
preheatCountdown.text = ""
|
||||
if (printerModel != null)
|
||||
if (printerModel != null && connectedPrinter.preheatBedRemainingTime != null)
|
||||
{
|
||||
preheatCountdown.text = connectedPrinter.preheatBedRemainingTime;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue