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>2015-09-08 16:20:21 +0300
committernickthetait <tait@alephobjects.com>2015-09-08 16:20:21 +0300
commite7ac250a30464c2d400a7226cc8b7a1ead285dbb (patch)
treea29f5032745d52e7c06d372dcbbf580becba45ec /scripts
parentfb99669838347369251fda4cc9d5e34ab105e2d3 (diff)
Enable all profile selections
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create_lulzbot_profiles.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/create_lulzbot_profiles.py b/scripts/create_lulzbot_profiles.py
index ffeac3e29e..84734fabbe 100755
--- a/scripts/create_lulzbot_profiles.py
+++ b/scripts/create_lulzbot_profiles.py
@@ -229,14 +229,16 @@ profile_map = {
'medium-quality': 'Standard',
'high-speed': 'High Speed',
'high-quality': 'High Detail',
- #High Clarity
- #High Strength
+ 'high-clarity': 'High Clarity',
+ 'high-strength': 'High Strength'
}
profile_order = {
'medium-quality': 0,
- 'high-quality': 2,
'high-speed': 1,
+ 'high-quality': 2,
+ 'high-clarity': 3,
+ 'high-strength': 4
}
disable_materials = {