chiark / gitweb /
Enable all profile selections
authornickthetait <tait@alephobjects.com>
Tue, 8 Sep 2015 13:20:21 +0000 (07:20 -0600)
committernickthetait <tait@alephobjects.com>
Tue, 8 Sep 2015 13:20:21 +0000 (07:20 -0600)
scripts/create_lulzbot_profiles.py

index ffeac3e29e1e64206d3bc95c5596d4dd095a5497..84734fabbe09e99e4212cca5aa49c4162b9dde56 100755 (executable)
@@ -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 = {