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-11-15 03:56:25 +0300
committernickthetait <tait@alephobjects.com>2016-11-15 03:56:25 +0300
commitebe00bb9efbf3a7723bda095fa150c78fce3c7ac (patch)
tree580c897d3f10e75a028b519f4e39950d4efbbf80
parentff87cfeb6b6152692c37ed90ae6cea7864bf4b34 (diff)
Update Mini firmware
-rw-r--r--Cura/gui/firmwareInstall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cura/gui/firmwareInstall.py b/Cura/gui/firmwareInstall.py
index 947866be5b..122cb00a65 100644
--- a/Cura/gui/firmwareInstall.py
+++ b/Cura/gui/firmwareInstall.py
@@ -61,8 +61,8 @@ def getDefaultFirmware(machineIndex = None):
'lulzbot_TAZ_6_FlexyDually_v2': "TAZ6_Dual_v1.0.2.20.hex",
#Mini
- 'lulzbot_mini': "Mini-Single-or-Flexystruder-LBHexagon-1.1.0.9.hex",
- 'lulzbot_mini_flexystruder': "Mini-Single-or-Flexystruder-LBHexagon-1.1.0.9.hex",
+ 'lulzbot_mini': "Mini-Single-or-Flexystruder-LBHexagon-v1.1.0.10.hex",
+ 'lulzbot_mini_flexystruder': "Mini-Single-or-Flexystruder-LBHexagon-v1.1.0.10.hex",
}
machine_type = profile.getMachineSetting('machine_type', machineIndex)
extruders = profile.getMachineSettingFloat('extruder_amount', machineIndex)