Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickthetait <tait@alephobjects.com>2016-07-11 20:35:46 +0300
committernickthetait <tait@alephobjects.com>2016-07-11 20:56:19 +0300
commitef855ada9bc7554c5bdc06384c0de31406a454d4 (patch)
tree6426ccd4248be571751f89eb5b1f456f9ff6dbc6 /scripts
parent8e93057ca286538db1ef4ac92384c720e99dbfc8 (diff)
Add Verbatim PLA into quickprint
Uses generic PLA profiles
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/recreate_lulzbot_profiles.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/recreate_lulzbot_profiles.py b/scripts/recreate_lulzbot_profiles.py
index 40be9f9d83..06689f8ee8 100755
--- a/scripts/recreate_lulzbot_profiles.py
+++ b/scripts/recreate_lulzbot_profiles.py
@@ -49,6 +49,7 @@ material_map = {
"HIPS_eSUN": "HIPS",
"PLA_eSUN": "PLA",
"PLA_VP": "PLA",
+ "PLA_verbatim": "PLA",
"nGen": "nGen",
"PLA_PHA": "PLA-PHA",
@@ -135,6 +136,7 @@ material_order = {
"HIPS_eSUN": 2,
"PLA_eSUN": 3,
"PLA_PHA": 4,
+ "PLA_verbatim": 5,
# Intermediate
"ABS_VP": 10,
@@ -219,6 +221,7 @@ material_types = {
"PLA_VP": "Beginner",
"nGen": "Beginner",
"PLA_PHA": "Beginner",
+ "PLA_verbatim": "Beginner",
# Intermediate
"ABS_VP": "Intermediate",
@@ -293,6 +296,7 @@ material_names = {
"PLA_VP": "PLA (Village Plastics)",
"nGen": "nGen (colorFabb)",
"PLA_PHA": "PLA/PHA (colorFabb)",
+ "PLA_verbatim": "PLA (Verbatim)",
# Intermediate
"ABS_VP": "ABS (Village Plastics)",
@@ -377,6 +381,7 @@ material_url = {
"PLA_VP": "lulzbot.com/store/filament/pla-village",
"nGen": "lulzbot.com/store/filament/ngen",
# "PLA_PHA": "",
+# "PLA_verbatim": "",
# Intermediate
"ABS_VP": "lulzbot.com/store/filament/abs",