diff --git a/plugins/MonitorStage/MonitorMain.qml b/plugins/MonitorStage/MonitorMain.qml index 807fa71799..52095f2d40 100644 --- a/plugins/MonitorStage/MonitorMain.qml +++ b/plugins/MonitorStage/MonitorMain.qml @@ -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