From: nickthetait Date: Mon, 14 Sep 2015 15:10:55 +0000 (-0600) Subject: One profile lablel was missing a closing parenthesis X-Git-Tag: lulzbot-17.04~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9ecb116be7a3bb15580ac9afb67deb8f1d5d7397;p=cura.git One profile lablel was missing a closing parenthesis --- diff --git a/resources/quickprint/lulzbot_mini/PC-ABS/material.ini b/resources/quickprint/lulzbot_mini/PC-ABS/material.ini index 4416df77..93f49fd6 100644 --- a/resources/quickprint/lulzbot_mini/PC-ABS/material.ini +++ b/resources/quickprint/lulzbot_mini/PC-ABS/material.ini @@ -1,5 +1,5 @@ [info] -name = PC-ABS (Proto-pasta +name = PC-ABS (Proto-pasta) material_types = Advanced order = 55 description = Bed preparation required: diff --git a/scripts/create_lulzbot_profiles.py b/scripts/create_lulzbot_profiles.py index b42eb16e..dc4569dc 100755 --- a/scripts/create_lulzbot_profiles.py +++ b/scripts/create_lulzbot_profiles.py @@ -172,7 +172,7 @@ material_names = { "Laywood": "Laywoo-D3 (CC-Products)", "n-vent": "n-vent (Taulman)", "PCTPE": "PCTPE (Taulman)", - "PC-ABS": "PC-ABS (Proto-pasta", + "PC-ABS": "PC-ABS (Proto-pasta)", "T-Glase": "t-glase (Taulman)", # Expert "PP-Conductive": "Conductive (Proto-pasta)",