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-12-23 00:19:41 +0300
committernickthetait <tait@alephobjects.com>2016-12-23 00:19:41 +0300
commitff30ff69d9871f3adcfc0eac75ce54c58d086a93 (patch)
tree9044608d76d0d40dd526ab30b7d9446524e2b75c
parentb872ef710a7ad1414ee56bebb0d2e067ba1c5114 (diff)
Update Mini to new firmware revision
-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 122cb00a65..e75d7a345c 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-v1.1.0.10.hex",
- 'lulzbot_mini_flexystruder': "Mini-Single-or-Flexystruder-LBHexagon-v1.1.0.10.hex",
+ 'lulzbot_mini': "Mini-Single-or-Flexystruder-LBHexagon-v1.1.0.11.hex",
+ 'lulzbot_mini_flexystruder': "Mini-Single-or-Flexystruder-LBHexagon-v1.1.0.11.hex",
}
machine_type = profile.getMachineSetting('machine_type', machineIndex)
extruders = profile.getMachineSettingFloat('extruder_amount', machineIndex)