From: nickthetait Date: Tue, 26 Jan 2016 21:43:59 +0000 (-0700) Subject: Sight improvement in usefulness of LulzBot ready page X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=71f1278e869e8087310c8c0ba754ccd34158bd67;p=cura.git Sight improvement in usefulness of LulzBot ready page --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 057f0a71..043d0fd9 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -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):