From: nickthetait Date: Fri, 31 Jul 2015 20:02:32 +0000 (-0600) Subject: Update toolhead pictures X-Git-Tag: lulzbot-15.02.1-2.01~49 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=05b91b533982d29171ef4b603576fa1ebc34acfe;p=cura.git Update toolhead pictures --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 56718b48..6ec668c5 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -1241,7 +1241,7 @@ class LulzbotTazToolheadSelectPage(LulzbotToolheadSelectPage): self.flexy = self.AddImageButton(self.panel, 0, 1, _('Flexystruder v1'), 'Lulzbot_Toolhead_TAZ_Flexystruder_v1.jpg', image_size) self.dually = self.AddImageButton(self.panel, 1, 0, _('Dual Extruder v1'), - 'Lulzbot_Toolhead_TAZ_Dually_v1.jpg', image_size) + 'Lulzbot_Toolhead_TAZ_Dual_Extruder_v1.jpg', image_size) self.flexydually = self.AddImageButton(self.panel, 1, 1, _('FlexyDually v1'), 'Lulzbot_Toolhead_TAZ_FlexyDually_v1.jpg', image_size) self.SetVersion(1) @@ -1253,7 +1253,7 @@ class LulzbotTazToolheadSelectPage(LulzbotToolheadSelectPage): self.single.SetLabel(_('Single Extruder v%d' % version)) self.flexy.SetBitmap(self.GetBitmap('Lulzbot_Toolhead_TAZ_Flexystruder_v%d.jpg' % version, image_size)) self.flexy.SetLabel(_('Flexystruder v%d' % version)) - self.dually.SetBitmap(self.GetBitmap('Lulzbot_Toolhead_TAZ_Dually_v%d.jpg' % version, image_size)) + self.dually.SetBitmap(self.GetBitmap('Lulzbot_Toolhead_TAZ_Dual_Extruder_v%d.jpg' % version, image_size)) self.dually.SetLabel(_('Dual Extruder v%d' % version)) self.flexydually.SetBitmap(self.GetBitmap('Lulzbot_Toolhead_TAZ_FlexyDually_v%d.jpg' % version, image_size)) self.flexydually.SetLabel(_('FlexyDually v%d' % version)) diff --git a/resources/images/Lulzbot_Toolhead_Mini_Flexystruder.jpg b/resources/images/Lulzbot_Toolhead_Mini_Flexystruder.jpg index 73685110..c7fac03c 100644 Binary files a/resources/images/Lulzbot_Toolhead_Mini_Flexystruder.jpg and b/resources/images/Lulzbot_Toolhead_Mini_Flexystruder.jpg differ diff --git a/resources/images/Lulzbot_Toolhead_TAZ_Dual_Extruder_v1.jpg b/resources/images/Lulzbot_Toolhead_TAZ_Dual_Extruder_v1.jpg new file mode 100644 index 00000000..c568c936 Binary files /dev/null and b/resources/images/Lulzbot_Toolhead_TAZ_Dual_Extruder_v1.jpg differ diff --git a/resources/images/Lulzbot_Toolhead_TAZ_Dual_Extruder_v2.jpg b/resources/images/Lulzbot_Toolhead_TAZ_Dual_Extruder_v2.jpg new file mode 100644 index 00000000..d1efdf8a Binary files /dev/null and b/resources/images/Lulzbot_Toolhead_TAZ_Dual_Extruder_v2.jpg differ diff --git a/resources/images/Lulzbot_Toolhead_TAZ_Dually_v1.jpg b/resources/images/Lulzbot_Toolhead_TAZ_Dually_v1.jpg deleted file mode 100644 index 928ddbc7..00000000 Binary files a/resources/images/Lulzbot_Toolhead_TAZ_Dually_v1.jpg and /dev/null differ diff --git a/resources/images/Lulzbot_Toolhead_TAZ_Dually_v2.jpg b/resources/images/Lulzbot_Toolhead_TAZ_Dually_v2.jpg deleted file mode 100644 index 928ddbc7..00000000 Binary files a/resources/images/Lulzbot_Toolhead_TAZ_Dually_v2.jpg and /dev/null differ diff --git a/resources/images/Lulzbot_Toolhead_TAZ_FlexyDually_v1.jpg b/resources/images/Lulzbot_Toolhead_TAZ_FlexyDually_v1.jpg index 928ddbc7..5d434a77 100644 Binary files a/resources/images/Lulzbot_Toolhead_TAZ_FlexyDually_v1.jpg and b/resources/images/Lulzbot_Toolhead_TAZ_FlexyDually_v1.jpg differ diff --git a/resources/images/Lulzbot_Toolhead_TAZ_Flexystruder_v1.jpg b/resources/images/Lulzbot_Toolhead_TAZ_Flexystruder_v1.jpg index aa94680c..b1ca3bdc 100644 Binary files a/resources/images/Lulzbot_Toolhead_TAZ_Flexystruder_v1.jpg and b/resources/images/Lulzbot_Toolhead_TAZ_Flexystruder_v1.jpg differ diff --git a/resources/images/Lulzbot_Toolhead_TAZ_Flexystruder_v2.jpg b/resources/images/Lulzbot_Toolhead_TAZ_Flexystruder_v2.jpg index aa94680c..c2e2957e 100644 Binary files a/resources/images/Lulzbot_Toolhead_TAZ_Flexystruder_v2.jpg and b/resources/images/Lulzbot_Toolhead_TAZ_Flexystruder_v2.jpg differ