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:
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-08-27 20:32:19 +0300
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-08-27 20:32:19 +0300
commitc9bb316cbe46c0db5a2d4f0b513db39bc35a08ba (patch)
tree9d021d22839af5b235c48d7b0bc15c7e5c940787
parent25804e8a069732f7800b160eb5e9bee4eb15a3b9 (diff)
Remove useless line
-rw-r--r--Cura/gui/configWizard.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py
index 3549bf6c33..04208aa5b8 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -1447,7 +1447,6 @@ class LulzbotChangeToolheadWizard(wx.wizard.Wizard):
self.lulzbotTaz5NozzleSelectPage = LulzbotTaz5NozzleSelectPage(self)
wx.wizard.WizardPageSimple.Chain(self.lulzbotMiniToolheadPage, self.lulzbotReadyPage)
- wx.wizard.WizardPageSimple.Chain(self.lulzbotFirmwarePage, self.lulzbotReadyPage)
wx.wizard.WizardPageSimple.Chain(self.lulzbotTazHotendPage, self.lulzbotTazToolheadPage)
if profile.getMachineSetting('machine_type').startswith('lulzbot_mini'):