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-03-28 19:30:50 +0300
committernickthetait <tait@alephobjects.com>2016-03-28 19:40:18 +0300
commitb5b7b28c9fd20863ffe499dda52417d7c0aa0a2a (patch)
tree3c780a310dd16bb6bfc39de451f8f06c5edf6b35 /scripts
parent656be6d76707b6559dbbca82eb159df85947f7c5 (diff)
Prep to add (dual) CS-INOVA-1800 & Ninjaflex into quickprint
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 b713922c22..2c9d427ca0 100755
--- a/scripts/recreate_lulzbot_profiles.py
+++ b/scripts/recreate_lulzbot_profiles.py
@@ -105,6 +105,7 @@ material_map = {
"HIPS_ninjaflex": "HIPS-ninjaflex",
"HIPS_semiflex": "HIPS-semiflex",
"PLA_PVA": "PLA-PVA",
+ "INOVA_ninjaflex": "CS-INOVA-1800-Ninjaflex",
}
material_order = {
@@ -168,6 +169,7 @@ material_order = {
"HIPS_ninjaflex": 14,
"HIPS_semiflex": 15,
"PLA_PVA": 16,
+ "INOVA_ninjaflex": 17,
}
material_types = {
@@ -230,6 +232,7 @@ material_types = {
"HIPS_cheetah": "Expert",
"HIPS_semiflex": "Expert",
"PLA_PVA": "Expert",
+ "INOVA_ninjaflex": "Expert",
}
material_names = {
@@ -293,6 +296,7 @@ material_names = {
"HIPS_ninjaflex": "HIPS & Ninjaflex",
"HIPS_semiflex": "HIPS & Semiflex",
"PLA_PVA": "PLA & PVA Support",
+ "INOVA_ninjaflex": "CS INOVA & Ninjaflex",
}
material_url = {
@@ -355,6 +359,7 @@ material_url = {
"HIPS_ninjaflex": "lulzbot.com/store/filament/ninjaflex",
"HIPS_semiflex": "lulzbot.com/store/filament/semiflex",
"PLA_PVA": "lulzbot.com/store/filament/natural-pva",
+ "INOVA_ninjaflex": "lulzbot.com/store/filament/inova-1800",
}
bed_prep_materials = {