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>2016-03-28 19:12:52 +0300
committernickthetait <tait@alephobjects.com>2016-03-28 19:40:10 +0300
commit791a1ef012005f21bbbace8eff0b23fdc6307e77 (patch)
tree8b9c71c912e8d38f1deffb5c422ec555c8d89cc3
parent7eab0c2e767dd4d341c11a8243c034b3454f3556 (diff)
Organize Firmware mapping
-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 c32fb2a8ed..f09ca9f0df 100644
--- a/Cura/gui/firmwareInstall.py
+++ b/Cura/gui/firmwareInstall.py
@@ -54,7 +54,7 @@ def getDefaultFirmware(machineIndex = None):
'lulzbot_TAZ_5_FlexyDuallyV2': "TAZ4-5-FlexyDually-LBHexagon-1.0.0.1.hex",
#TAZ 6
- 'lulzbot_TAZ_6_Single_v2.1': "TAZ6_Single_v1.0.2.19.hex",
+ 'lulzbot_TAZ_6_Single_v2.1': "TAZ6_Single_v1.0.2.19.hex",
'lulzbot_TAZ_6_Flexystruder_v2': "TAZ6_Flexystruder_v1.0.2.19.hex",
'lulzbot_TAZ_6_Dual_v2': "TAZ6_Dual_v1.0.2.19.hex",
'lulzbot_TAZ_6_FlexyDually_v2': "TAZ6_Dual_v1.0.2.19.hex",