From: Youness Alaoui Date: Thu, 27 Aug 2015 17:32:19 +0000 (-0400) Subject: Remove useless line X-Git-Tag: lulzbot-15.02.1-2.04~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c9bb316cbe46c0db5a2d4f0b513db39bc35a08ba;p=cura.git Remove useless line --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 3549bf6c..04208aa5 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'):