mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
Cleanup
This commit is contained in:
parent
7a6d75fd08
commit
faf77b2795
1 changed files with 0 additions and 12 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue