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 23:32:14 +0300
committernickthetait <tait@alephobjects.com>2015-06-02 21:34:07 +0300
commit89f63a348347c06e1465744b4a5d06bd819165c6 (patch)
treef3984219c91f35978aab9b0d0ce217890359f172
parent4cbb0a46c77f9560861ecad2fe1aba60bc4822b6 (diff)
new machine wizard: Default machine is the Mini, not the TAZ5
-rw-r--r--Cura/gui/configWizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py
index 239a2e8f4c..fb94c7cc46 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -1085,7 +1085,7 @@ class ConfigWizard(wx.wizard.Wizard):
#wx.wizard.WizardPageSimple.Chain(self.ultimakerCalibrationPage, self.ultimakerCalibrateStepsPerEPage)
wx.wizard.WizardPageSimple.Chain(self.printrbotSelectType, self.otherMachineInfoPage)
wx.wizard.WizardPageSimple.Chain(self.otherMachineSelectPage, self.customRepRapInfoPage)
- wx.wizard.WizardPageSimple.Chain(self.machineSelectPage, self.taz5NozzleSelectPage)
+ wx.wizard.WizardPageSimple.Chain(self.machineSelectPage, self.lulzbotReadyPage)
wx.wizard.WizardPageSimple.Chain(self.taz5NozzleSelectPage, self.lulzbotReadyPage)
self.FitToPage(self.machineSelectPage)