From 0eb30e7601dcd8ffd1234e828dbb08c502811e0e Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 24 Nov 2015 10:09:06 -0700 Subject: [PATCH] Format and organize priority selection of quickprint generator script. --- scripts/recreate_lulzbot_profiles.py | 64 ++++++++++++++-------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/scripts/recreate_lulzbot_profiles.py b/scripts/recreate_lulzbot_profiles.py index e0c98ed8..7d7603b7 100644 --- a/scripts/recreate_lulzbot_profiles.py +++ b/scripts/recreate_lulzbot_profiles.py @@ -89,44 +89,44 @@ material_map = { material_order = { # Beginner - "HIPS_eSUN": 0, - "PLA_eSUN": 1, - "PLA_VP": 2, + "HIPS_eSUN": 0, + "PLA_eSUN": 1, + "PLA_VP": 2, # Intermediate - "ABS_VP": 10, - "Laybrick" : 11, - "PP-Iron": 12, - "PP-Steel": 13, - "Bamboofill":14, - "Woodfill":15, + "ABS_VP": 10, + "Laybrick": 11, + "PP-Iron": 12, + "PP-Steel": 13, + "Bamboofill": 14, + "Woodfill": 15, # Advanced - "Alloy910": 50, - "Bridge": 51, - "Laywood": 52, - "n-vent": 53, - "XT": 54, - "INOVA-1800": 55, - "PCTPE": 56, - "PC-ABS": 57, - "T-Glase": 58, - "Bronzefill":59, - "Copperfill":60, + "Alloy910": 50, + "Bridge": 51, + "Laywood": 52, + "n-vent": 53, + "XT": 54, + "INOVA-1800": 55, + "PCTPE": 56, + "PC-ABS": 57, + "T-Glase": 58, + "Bronzefill": 59, + "Copperfill": 60, # Expert - "PP-Conductive": 500, - "HIPS_VP" : 501, - "PC_VP": 502, - "618-Nylon": 503, - "645-Nylon": 504, + "PP-Conductive": 500, + "HIPS_VP" : 501, + "PC_VP": 502, + "618-Nylon": 503, + "645-Nylon": 504, # Dual extruder (Expert) - 'PLA_PVA': 2, - 'ABS_ABS': 1, - 'PLA_PLA': 0, + 'PLA_PVA': 2, + 'ABS_ABS': 1, + 'PLA_PLA': 0, # Flexystruder (Expert) - "ninjaflex" : 0, - "semiflex" : 1, + "ninjaflex": 0, + "semiflex": 1, # Flexy Dually (Expert) - "ABS_ninjaflex" : 0, - "ABS_semiflex" : 1, + "ABS_ninjaflex": 0, + "ABS_semiflex": 1, } material_types = { -- 2.30.2