Moved multiple components to their own files

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-27 10:15:28 +01:00
parent 57de028608
commit 5036eccd32
5 changed files with 542 additions and 485 deletions

View file

@ -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;
}