From 4e21874a9d546dea742ab6858d91b858279d0535 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Fri, 21 Aug 2015 09:54:58 -0600 Subject: [PATCH] Tell user to connect and power on 3D printer before attempting to flash firmware Brilliant find during user testing. --- Cura/gui/configWizard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.30.2