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-05-17 00:01:39 +0300
committernickthetait <tait@alephobjects.com>2016-05-17 00:16:27 +0300
commite8c7749d903d0b82eb208804bc2b1e7d69527907 (patch)
tree88f2ace25651349a758e0460b0d3b814babc19a0 /scripts
parent1de321549fbe2eca3262157eefe059bb4a5415ba (diff)
Prep to add several experimental materials
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/recreate_lulzbot_profiles.py18
1 files changed, 17 insertions, 1 deletions
diff --git a/scripts/recreate_lulzbot_profiles.py b/scripts/recreate_lulzbot_profiles.py
index 778129f1ae..ef794b19e1 100755
--- a/scripts/recreate_lulzbot_profiles.py
+++ b/scripts/recreate_lulzbot_profiles.py
@@ -114,6 +114,10 @@ material_map = {
#Experimental
"carbon_fiber": "PP-carbon-fiber-PLA",
+ "XAM3300": "XAM3300",
+ "HT": "HT",
+ "bpet": "b-pet",
+ "PC-MAX": "polymaker-PC-MAX",
}
material_order = {
@@ -185,7 +189,11 @@ material_order = {
"NGEN_semiflex": 109,
#Experimental
- "carbon_fiber": 5000,
+ "XAM3300": 5000,
+ "carbon_fiber": 5001,
+ "HT": 5002,
+ "bpet": 5003,
+ "PC-MAX": 5004,
}
material_types = {
@@ -328,6 +336,10 @@ material_names = {
# Experimental
"carbon_fiber": "Carbon Fiber PLA",
+ "XAM3300": "XAM3300",
+ "HT": "HT (colorFabb)",
+ "bpet": "B-Pet",
+ "PC-MAX": "PC-MAX (Polymaker)",
}
material_url = {
@@ -399,6 +411,10 @@ material_url = {
# Expert
# "carbon_fiber": " "",
+# "XAM3300": "",
+# "HT": "",
+# "bpet": "",
+# "PC-MAX": "",
}
bed_prep_materials = {