chiark / gitweb /
Tell user to connect and power on 3D printer before attempting to flash firmware
authornickthetait <tait@alephobjects.com>
Fri, 21 Aug 2015 15:54:58 +0000 (09:54 -0600)
committernickthetait <tait@alephobjects.com>
Fri, 21 Aug 2015 15:54:58 +0000 (09:54 -0600)
Brilliant find during user testing.

Cura/gui/configWizard.py

index 5a08c35bf05bf4925f792ff28db3c6757355b54c..08afffaebc24c2e30e7184e62e50fe34b1b51d73 100644 (file)
@@ -1394,7 +1394,8 @@ class LulzbotFirmwareUpdatePage(InfoPage):
                                           "and ultimately makes your printer work."))
                self.AddHiddenSeperator()
                self.AddText(_("When changing tool heads it is neccesary to update the firmware.\n" +
-                                          "Please disconnect all 3D printers except for the one you are currently configuring."))
+                                          "Please connect (with a USB cable) the printer you are currently configuring and power it on.\n" +
+                                          "Disconnecting all other 3D printers helps reduce confusion."))
                self.AddHiddenSeperator()
                upgradeButton, skipUpgradeButton = self.AddDualButton(_('Flash the firmware'), _('Skip upgrade'))
                upgradeButton.Bind(wx.EVT_BUTTON, self.OnUpgradeClick)