Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickthetait <tait@alephobjects.com>2015-11-03 20:14:46 +0300
committernickthetait <tait@alephobjects.com>2015-11-03 20:14:46 +0300
commitbdca3c5c37fe6f497e3cb244d8aabc790f204089 (patch)
tree06d7261d213ec3d996229316a02402eabf8b2ef0
parent76995a199096fefbf2aff35ece139c161b2ca1ab (diff)
Update firmware flashing description text
-rw-r--r--Cura/gui/firmwareInstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cura/gui/firmwareInstall.py b/Cura/gui/firmwareInstall.py
index b91bfd4c86..618946690c 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: