From: Youness Alaoui Date: Tue, 2 Jun 2015 17:57:31 +0000 (-0400) Subject: Disable the back button on the machine select page X-Git-Tag: lulzbot-15.02.1-1.01~2^2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1aab7d35fc3ca3550114ce6cc7d97eda5b2a4eb6;p=cura.git Disable the back button on the machine select page --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 19cbc685..68b244a0 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():