From b9584b05eebedbe2ee659e210d355618b1120fcf Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Fri, 25 Jan 2019 12:41:36 +0100 Subject: [PATCH] More documentation Contributes to CL-1154 --- plugins/MonitorStage/MonitorMain.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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