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-06-02 20:36:31 +0300
committernickthetait <tait@alephobjects.com>2015-06-02 21:34:07 +0300
commite29dd1cae06d56026d16384e48d74997dadd7d11 (patch)
treefa803def947f8e8e0c96cf20ee1e8bb7d63369d9
parent23ba9ba0550e258a29e3cc070d8afd2d0b7ed7f8 (diff)
Do not set taz5 nozzle page to be the previous page of lulzbot Ready until taz5 gets selected
-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 7b45bf986b..9d32649df2 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -1087,7 +1087,6 @@ class ConfigWizard(wx.wizard.Wizard):
wx.wizard.WizardPageSimple.Chain(self.printrbotSelectType, self.otherMachineInfoPage)
wx.wizard.WizardPageSimple.Chain(self.otherMachineSelectPage, self.customRepRapInfoPage)
wx.wizard.WizardPageSimple.Chain(self.machineSelectPage, self.lulzbotReadyPage)
- wx.wizard.WizardPageSimple.Chain(self.taz5NozzleSelectPage, self.lulzbotReadyPage)
self.FitToPage(self.machineSelectPage)
self.GetPageAreaSizer().Add(self.machineSelectPage)