From: nickthetait Date: Fri, 21 Aug 2015 15:54:58 +0000 (-0600) Subject: Tell user to connect and power on 3D printer before attempting to flash firmware X-Git-Tag: lulzbot-15.02.1-2.02~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4e21874a9d546dea742ab6858d91b858279d0535;p=cura.git Tell user to connect and power on 3D printer before attempting to flash firmware Brilliant find during user testing. --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 5a08c35b..08afffae 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -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)