From 77049b6a0d49f9c47a3d7f7090d1ea6582f070e1 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 17 Sep 2015 15:06:21 -0400 Subject: [PATCH] Fix PLA-PLA profiles name and set it to 'PLA & PLA' Fixes T244 --- resources/quickprint/lulzbot_TAZ_4_DualV1/PLA_PLA/material.ini | 2 +- resources/quickprint/lulzbot_TAZ_4_DualV2/PLA_PLA/material.ini | 2 +- resources/quickprint/lulzbot_TAZ_5_DualV1/PLA_PLA/material.ini | 2 +- resources/quickprint/lulzbot_TAZ_5_DualV2/PLA_PLA/material.ini | 2 +- scripts/create_lulzbot_profiles.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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)", -- 2.30.2