From: daid Date: Wed, 26 Nov 2014 10:52:08 +0000 (+0100) Subject: Add Printrbot Go large, fix info on MetalPlus and SimpleMakersKit, add printrbot... X-Git-Tag: lulzbot-14.12~18 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c2b8931a7e35cfe07017a0e562c8132545f704cf;p=cura.git Add Printrbot Go large, fix info on MetalPlus and SimpleMakersKit, add printrbot logo image. --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index a7fe6686..09588398 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -229,8 +229,8 @@ class PrintrbotPage(InfoPage): self._printer_info = [ # X, Y, Z, Filament Diameter, PrintTemperature, Print Speed, Travel Speed, Retract speed, Retract amount ("Simple Metal", 150, 150, 150, 1.75, 208, 40, 70, 30, 1), - ("Metal Plus", 150, 150, 150, 1.75, 208, 40, 70, 30, 1),#TODO: Check info - ("Simple Makers Kit", 150, 150, 150, 1.75, 208, 40, 70, 30, 1),#TODO: Check info + ("Metal Plus", 250, 250, 250, 1.75, 208, 40, 70, 30, 1), + ("Simple Makers Kit", 100, 100, 100, 1.75, 208, 40, 70, 30, 1), (":" + _("Older models"),), ("Original", 130, 130, 130, 2.95, 208, 40, 70, 30, 1), ("Simple Maker's Edition v1", 100, 100, 100, 1.75, 208, 40, 70, 30, 1), @@ -245,9 +245,11 @@ class PrintrbotPage(InfoPage): ("Plus v2.2 (Model 1404/140422)", 250, 250, 250, 1.75, 208, 40, 70, 30, 1), ("Plus v2.3 (Model 140501)", 250, 250, 250, 1.75, 208, 40, 70, 30, 1), ("Plus v2.4 (Model 140507)", 250, 250, 250, 1.75, 208, 40, 70, 30, 1), + ("Go v2 Large", 609, 305, 305, 1.75, 208, 35, 70, 30, 1), ] super(PrintrbotPage, self).__init__(parent, _("Printrbot Selection")) + self.AddBitmap(wx.Bitmap(resources.getPathForImage('Printrbot_logo.png'))) self.AddText(_("Select which Printrbot machine you have:")) self._items = [] for printer in self._printer_info: