From: Youness Alaoui Date: Thu, 17 Sep 2015 19:06:21 +0000 (-0400) Subject: Fix PLA-PLA profiles name and set it to 'PLA & PLA' X-Git-Tag: lulzbot-17.05~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=cura.git;a=commitdiff_plain;h=77049b6a0d49f9c47a3d7f7090d1ea6582f070e1 Fix PLA-PLA profiles name and set it to 'PLA & PLA' Fixes T244 --- diff --git a/resources/quickprint/lulzbot_TAZ_4_DualV1/PLA_PLA/material.ini b/resources/quickprint/lulzbot_TAZ_4_DualV1/PLA_PLA/material.ini index 4fff5217..3d2f68c1 100644 --- a/resources/quickprint/lulzbot_TAZ_4_DualV1/PLA_PLA/material.ini +++ b/resources/quickprint/lulzbot_TAZ_4_DualV1/PLA_PLA/material.ini @@ -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 diff --git a/resources/quickprint/lulzbot_TAZ_4_DualV2/PLA_PLA/material.ini b/resources/quickprint/lulzbot_TAZ_4_DualV2/PLA_PLA/material.ini index 4fff5217..3d2f68c1 100644 --- a/resources/quickprint/lulzbot_TAZ_4_DualV2/PLA_PLA/material.ini +++ b/resources/quickprint/lulzbot_TAZ_4_DualV2/PLA_PLA/material.ini @@ -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 diff --git a/resources/quickprint/lulzbot_TAZ_5_DualV1/PLA_PLA/material.ini b/resources/quickprint/lulzbot_TAZ_5_DualV1/PLA_PLA/material.ini index 4fff5217..3d2f68c1 100644 --- a/resources/quickprint/lulzbot_TAZ_5_DualV1/PLA_PLA/material.ini +++ b/resources/quickprint/lulzbot_TAZ_5_DualV1/PLA_PLA/material.ini @@ -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 diff --git a/resources/quickprint/lulzbot_TAZ_5_DualV2/PLA_PLA/material.ini b/resources/quickprint/lulzbot_TAZ_5_DualV2/PLA_PLA/material.ini index 4fff5217..3d2f68c1 100644 --- a/resources/quickprint/lulzbot_TAZ_5_DualV2/PLA_PLA/material.ini +++ b/resources/quickprint/lulzbot_TAZ_5_DualV2/PLA_PLA/material.ini @@ -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 diff --git a/scripts/create_lulzbot_profiles.py b/scripts/create_lulzbot_profiles.py index dc4569dc..ed755c35 100755 --- a/scripts/create_lulzbot_profiles.py +++ b/scripts/create_lulzbot_profiles.py @@ -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)",