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-05-29 20:01:58 +0300
committernickthetait <tait@alephobjects.com>2015-06-02 21:34:07 +0300
commit1130b9ba3f125b977b54cb579ba3845470a33d91 (patch)
tree3957fee6d404b9d1c426f991207cd55d29aea1bc
parent2f156fdb0bdd9cb94aa84911c68a667e8ae486b8 (diff)
Do not reset the chain to lulzbotReady Page if we go back
-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 67404b8225..239a2e8f4c 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -426,7 +426,6 @@ class MachineSelectPage(InfoPage):
wx.wizard.WizardPageSimple.Chain(self, self.GetParent().otherMachineSelectPage)
def AllowNext(self):
- wx.wizard.WizardPageSimple.Chain(self, self.GetParent().lulzbotReadyPage)
return True
def StoreData(self):