From 9ecb116be7a3bb15580ac9afb67deb8f1d5d7397 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Mon, 14 Sep 2015 09:10:55 -0600 Subject: [PATCH] One profile lablel was missing a closing parenthesis --- resources/quickprint/lulzbot_mini/PC-ABS/material.ini | 2 +- scripts/create_lulzbot_profiles.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)", -- 2.30.2