From e7ac250a30464c2d400a7226cc8b7a1ead285dbb Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 8 Sep 2015 07:20:21 -0600 Subject: [PATCH] Enable all profile selections --- scripts/create_lulzbot_profiles.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/create_lulzbot_profiles.py b/scripts/create_lulzbot_profiles.py index ffeac3e2..84734fab 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 = { -- 2.30.2