mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:48:59 +08:00
Remove debug code
CURA-8683
This commit is contained in:
parent
bf65f77310
commit
94c006009b
@ -36,12 +36,7 @@ Menu
|
||||
text: connectGroupName
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.activeMachineNetworkGroupName == connectGroupName
|
||||
onTriggered:
|
||||
{
|
||||
print(typeof(model.id))
|
||||
Cura.MachineManager.someFunction("YAY")
|
||||
Cura.MachineManager.setActiveMachine(model.id)
|
||||
}
|
||||
onTriggered: Cura.MachineManager.setActiveMachine(model.id)
|
||||
}
|
||||
onObjectAdded: menu.insertItem(2, object)
|
||||
onObjectRemoved: menu.removeItem(object)
|
||||
|
Loading…
x
Reference in New Issue
Block a user