From: nickthetait Date: Mon, 31 Aug 2015 15:03:31 +0000 (-0600) Subject: Bring config wizard back to a runnable state X-Git-Tag: lulzbot-15.02.1-2.04~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=edc92026efb1d96b0a11d048a8e5fc85f59e185f;p=cura.git Bring config wizard back to a runnable state Image link for LulzBot Mini Restore TAZ 4 picture Update TAZ 5 picture name --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 04208aa5..ad6941ac 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -1209,10 +1209,10 @@ class LulzbotMiniToolheadSelectPage(LulzbotToolheadSelectPage): self.allowBack = allowBack self.panel = self.AddPanel() image_size=(LulzbotMachineSelectPage.IMAGE_WIDTH, LulzbotMachineSelectPage.IMAGE_HEIGHT) - self.standard = self.AddImageButton(self.panel, 0, 0, _('Single Extruder v2'), - 'Lulzbot_Toolhead_Mini_Standard.jpg', image_size, + self.standard = self.AddImageButton(self.panel, 0, 0, _('Standard LulzBot Mini'), + 'Lulzbot_mini.jpg', image_size, style=ImageButton.IB_GROUP) - self.flexy = self.AddImageButton(self.panel, 0, 1, _('Flexystruder v2'), + self.flexy = self.AddImageButton(self.panel, 0, 1, _('LulzBot Mini with Flexystruder'), 'Lulzbot_Toolhead_Mini_Flexystruder.jpg', image_size) self.standard.SetValue(True) diff --git a/resources/images/Lulzbot_TAZ4.jpg b/resources/images/Lulzbot_TAZ4.jpg new file mode 100644 index 00000000..58a76e0e Binary files /dev/null and b/resources/images/Lulzbot_TAZ4.jpg differ diff --git a/resources/images/LulzBot_TAZ_3D_Printer.jpg b/resources/images/Lulzbot_TAZ5.jpg similarity index 100% rename from resources/images/LulzBot_TAZ_3D_Printer.jpg rename to resources/images/Lulzbot_TAZ5.jpg