From bdca3c5c37fe6f497e3cb244d8aabc790f204089 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 3 Nov 2015 10:14:46 -0700 Subject: [PATCH] Update firmware flashing description text --- Cura/gui/firmwareInstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/firmwareInstall.py b/Cura/gui/firmwareInstall.py index b91bfd4c..61894669 100644 --- a/Cura/gui/firmwareInstall.py +++ b/Cura/gui/firmwareInstall.py @@ -313,7 +313,7 @@ class AutoUpdateFirmware(wx.Dialog): programmer = stk500v2.Stk500v2() programmer.progressCallback = self.OnProgress if self.port == 'AUTO': - wx.CallAfter(self.updateLabel, _("Please connect the printer to\nyour computer with the USB cable.")) + wx.CallAfter(self.updateLabel, _("Please connect the printer to your\ncomputer with a USB cable and power it on.")) while not programmer.isConnected(): for self.port in machineCom.serialList(True): try: -- 2.30.2