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