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:57:31 +0300
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-06-02 20:58:47 +0300
commit8234d735f1a64d09c6f7c0836f946600aac2a375 (patch)
tree6b33c5ce451b415e6c1517ef4fd02c380d3bad22
parent3e3c5378bdf29ef78e4b932d92311e5f4454415b (diff)
Disable the back button on the machine select page
-rw-r--r--Cura/gui/configWizard.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py
index 19cbc68523..68b244a0e0 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -429,6 +429,9 @@ class MachineSelectPage(InfoPage):
def AllowNext(self):
return True
+ def AllowBack(self):
+ return False
+
def StoreData(self):
profile.putProfileSetting('retraction_enable', 'True')
if self.Ultimaker2Radio.GetValue() or self.Ultimaker2GoRadio.GetValue() or self.Ultimaker2ExtRadio.GetValue():