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-25 19:27:18 +0300
committernickthetait <tait@alephobjects.com>2016-05-25 19:27:18 +0300
commit034ab0db7151b808115a99a6df7c9826bae5acc4 (patch)
tree18270731bbbfec025c5dee9da6986373f0c02477 /scripts
parenta64f25e871e825dec41085d7454c9bb7eda858ee (diff)
Move all cheetah profiles into experimental section
These profiles work fine based on our testing, but this material has not been comercially released yet, so there may be material changes before that happens. These profiles may require further tweaking in the future.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/recreate_lulzbot_profiles.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/recreate_lulzbot_profiles.py b/scripts/recreate_lulzbot_profiles.py
index dda1694bdb..3b92e64807 100755
--- a/scripts/recreate_lulzbot_profiles.py
+++ b/scripts/recreate_lulzbot_profiles.py
@@ -243,7 +243,7 @@ material_types = {
# Flexystruder (Expert)
"ninjaflex": "Expert",
- "cheetah": "Expert",
+ #"cheetah": "Expert",
"semiflex": "Expert",
# Dual extruder (Expert)
@@ -262,8 +262,8 @@ material_types = {
# Flexy Dually (Expert)
"ABS_ninjaflex": "Expert",
"ABS_semiflex": "Expert",
- "ABS_cheetah": "Expert",
- "HIPS_cheetah": "Expert",
+ #"ABS_cheetah": "Expert",
+ #"HIPS_cheetah": "Expert",
"HIPS_semiflex": "Expert",
"PLA_PVA": "Expert",
"INOVA_ninjaflex": "Expert",