From 71f1278e869e8087310c8c0ba754ccd34158bd67 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 26 Jan 2016 14:43:59 -0700 Subject: [PATCH] Sight improvement in usefulness of LulzBot ready page --- Cura/gui/configWizard.py | 3 +++ 1 file changed, 3 insertions(+) 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): -- 2.30.2