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-06-23 19:32:53 +0300
committernickthetait <tait@alephobjects.com>2016-06-23 19:32:53 +0300
commit362545b567cd94ae6a795ea7a6017a14709db6d2 (patch)
tree49c7dfbd8600e467f501a606d8cce99c3ddb186e /scripts
parent31a3f09afa401457ded6697ced69180393b73c1a (diff)
Add brassfill as an experimental material
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/recreate_lulzbot_profiles.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/recreate_lulzbot_profiles.py b/scripts/recreate_lulzbot_profiles.py
index 741da7103c..5fc9ecaa25 100755
--- a/scripts/recreate_lulzbot_profiles.py
+++ b/scripts/recreate_lulzbot_profiles.py
@@ -124,6 +124,7 @@ material_map = {
"PLA_poly": "PLA-polylite",
"polyflex": "polyflex",
"armadillo": "armadillo",
+ "brassfill": "brassfill",
}
material_order = {
@@ -206,6 +207,7 @@ material_order = {
"PLA_poly": 5005,
"polyflex": 5006,
"armadillo": 5007,
+ "brassfill": 5008,
}
material_types = {
@@ -362,6 +364,7 @@ material_names = {
"PLA_poly": "PLA Polylite (Polymaker)",
"polyflex": "Polyflex (Polymaker)",
"armadillo": "Armadillo (NinjaTek)",
+ "brassfill": "brassFill (colorFabb)",
}
material_url = {
@@ -443,6 +446,7 @@ material_url = {
# "PLA_poly": "",
# "polyflex": "",
# "armadillo": "",
+# "brassfill": "",
}
bed_prep_materials = {