chiark / gitweb /
Sight improvement in usefulness of LulzBot ready page
authornickthetait <tait@alephobjects.com>
Tue, 26 Jan 2016 21:43:59 +0000 (14:43 -0700)
committernickthetait <tait@alephobjects.com>
Tue, 26 Jan 2016 21:45:34 +0000 (14:45 -0700)
Cura/gui/configWizard.py

index 057f0a71b4c0dc0695335aef348eccb2c7025a5a..043d0fd98f1b02ab79774f02894f518643c69704 100644 (file)
@@ -1199,6 +1199,9 @@ class LulzbotReadyPage(InfoPage):
                self.AddSeperator()
                self.AddText(_('For more information about using Cura with your LulzBot'))
                self.AddText(_('3D printer, please visit www.LulzBot.com/cura'))
+               self.AddText('')
+               self.AddText(_('Please contact support if you have problems operating'))
+               self.AddText(_('your LulzBot 3D Printer www.LulzBot.com/support'))
                self.AddSeperator()
 
 class LulzbotMiniToolheadSelectPage(InfoPage):