chiark / gitweb /
Fix PLA-PLA profiles name and set it to 'PLA & PLA'
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 17 Sep 2015 19:06:21 +0000 (15:06 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 17 Sep 2015 19:06:21 +0000 (15:06 -0400)
Fixes T244

resources/quickprint/lulzbot_TAZ_4_DualV1/PLA_PLA/material.ini
resources/quickprint/lulzbot_TAZ_4_DualV2/PLA_PLA/material.ini
resources/quickprint/lulzbot_TAZ_5_DualV1/PLA_PLA/material.ini
resources/quickprint/lulzbot_TAZ_5_DualV2/PLA_PLA/material.ini
scripts/create_lulzbot_profiles.py

index 4fff5217d380c80459360c716908caa5808c3d55..3d2f68c1673bb4db4a405be29c9b435489dd28fe 100644 (file)
@@ -1,5 +1,5 @@
 [info]
-name = ABS & ABS
+name = PLA & PLA
 material_types = Expert
 order = 0
 url = www.lulzbot.com/products/pla-3mm-filament-1kg-or-500g-reel-esun
index 4fff5217d380c80459360c716908caa5808c3d55..3d2f68c1673bb4db4a405be29c9b435489dd28fe 100644 (file)
@@ -1,5 +1,5 @@
 [info]
-name = ABS & ABS
+name = PLA & PLA
 material_types = Expert
 order = 0
 url = www.lulzbot.com/products/pla-3mm-filament-1kg-or-500g-reel-esun
index 4fff5217d380c80459360c716908caa5808c3d55..3d2f68c1673bb4db4a405be29c9b435489dd28fe 100644 (file)
@@ -1,5 +1,5 @@
 [info]
-name = ABS & ABS
+name = PLA & PLA
 material_types = Expert
 order = 0
 url = www.lulzbot.com/products/pla-3mm-filament-1kg-or-500g-reel-esun
index 4fff5217d380c80459360c716908caa5808c3d55..3d2f68c1673bb4db4a405be29c9b435489dd28fe 100644 (file)
@@ -1,5 +1,5 @@
 [info]
-name = ABS & ABS
+name = PLA & PLA
 material_types = Expert
 order = 0
 url = www.lulzbot.com/products/pla-3mm-filament-1kg-or-500g-reel-esun
index dc4569dcf16335af25c5f79d3920402e2d55355a..ed755c35c9fb6d0251df847d12319cdc0623f75f 100755 (executable)
@@ -183,7 +183,7 @@ material_names = {
     # Dual extruder (Expert)
     'PLA_PVA': "PLA & PVA",
     'ABS_ABS': "ABS & ABS",
-    'PLA_PLA': "ABS & ABS",
+    'PLA_PLA': "PLA & PLA",
     # Flexystruder (Expert)
     "ninjaflex" : "NinjaFlex (Fenner Drives)",
     "semiflex" : "SemiFlex (Fenner Drives)",