mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 01:23:14 +08:00
More documentation
Contributes to CL-1154
This commit is contained in:
parent
3b8281dc5b
commit
b9584b05ee
@ -94,7 +94,12 @@ Rectangle
|
|||||||
}
|
}
|
||||||
visible: isNetworkEnabled && !isConnected
|
visible: isNetworkEnabled && !isConnected
|
||||||
text: catalog.i18nc("@action:button", "Reconnect")
|
text: catalog.i18nc("@action:button", "Reconnect")
|
||||||
onClicked: Cura.MachineManager.setActiveMachine(Cura.MachineManager.activeMachineId) // Try to refresh
|
|
||||||
|
/**
|
||||||
|
* This is essentially a "close doors" button on the elevator; it doesn't really force a
|
||||||
|
* connection but it does make people feel like Cura is workin' on it.
|
||||||
|
*/
|
||||||
|
onClicked: Cura.MachineManager.setActiveMachine(Cura.MachineManager.activeMachineId)
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
Loading…
x
Reference in New Issue
Block a user