mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 21:09:15 +08:00
Cleanup
This commit is contained in:
parent
7a6d75fd08
commit
faf77b2795
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user