Disable print monitor if the printer is not (yet) ready to receive commands

CURA-1851
This commit is contained in:
fieldOfView 2016-08-04 15:06:22 +02:00
parent f3a119f9bb
commit ed669925ad
4 changed files with 20 additions and 4 deletions

View file

@ -28,6 +28,7 @@ Rectangle
// Is there an output device for this printer?
property bool printerConnected: Cura.MachineManager.printerOutputDevices.length != 0
property bool printerAcceptsCommands: printerConnected && Cura.MachineManager.printerOutputDevices[0].acceptsCommands
color: UM.Theme.getColor("sidebar");
UM.I18nCatalog { id: catalog; name:"cura"}