Remove prepare items from Monitor stage

This commit is contained in:
fieldOfView 2018-03-29 14:46:11 +02:00
parent b5de9c7501
commit 07e1a21aeb
2 changed files with 8 additions and 471 deletions

View file

@ -15,6 +15,8 @@ Item
id: base;
UM.I18nCatalog { id: catalog; name:"cura"}
height: childrenRect.height + UM.Theme.getSize("sidebar_margin").height
property bool printerConnected: Cura.MachineManager.printerConnected
property bool printerAcceptsCommands: printerConnected && Cura.MachineManager.printerOutputDevices[0].acceptsCommands
property var activePrinter: printerConnected ? Cura.MachineManager.printerOutputDevices[0].activePrinter : null