More documentation

Contributes to CL-1154
This commit is contained in:
Ian Paschal 2019-01-25 12:41:36 +01:00
parent 3b8281dc5b
commit b9584b05ee

View file

@ -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