This commit is contained in:
ChrisTerBeke 2017-12-07 11:50:01 +01:00
parent 7a6d75fd08
commit faf77b2795

View file

@ -21,18 +21,6 @@ Rectangle
property bool printerConnected: Cura.MachineManager.printerOutputDevices.length != 0
property bool printerAcceptsCommands: printerConnected && Cura.MachineManager.printerOutputDevices[0].acceptsCommands
// update monitoring status when event was triggered outside topbar
// Component.onCompleted: {
// startMonitoringPrint.connect(function () {
// base.monitoringPrint = true
// UM.Controller.disableModelRendering()
// })
// stopMonitoringPrint.connect(function () {
// base.monitoringPrint = false
// UM.Controller.enableModelRendering()
// })
// }
UM.I18nCatalog
{
id: catalog