mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
More documentation
Contributes to CL-1154
This commit is contained in:
parent
3b8281dc5b
commit
b9584b05ee
1 changed files with 6 additions and 1 deletions
|
@ -94,7 +94,12 @@ Rectangle
|
|||
}
|
||||
visible: isNetworkEnabled && !isConnected
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue