chiark / gitweb /
Format and organize priority selection of quickprint generator script.
authornickthetait <tait@alephobjects.com>
Tue, 24 Nov 2015 17:09:06 +0000 (10:09 -0700)
committernickthetait <tait@alephobjects.com>
Mon, 11 Jan 2016 15:10:18 +0000 (08:10 -0700)
scripts/recreate_lulzbot_profiles.py

index e0c98ed8dd21ca91ff07619ea1147f4e89a87577..7d7603b720be0249c0e8049299db5b1d4f755b4a 100644 (file)
@@ -89,44 +89,44 @@ material_map = {
 
 material_order = {
     # Beginner
 
 material_order = {
     # Beginner
-    "HIPS_eSUN": 0,
-    "PLA_eSUN": 1,
-    "PLA_VP": 2,
+    "HIPS_eSUN":            0,
+    "PLA_eSUN":             1,
+    "PLA_VP":               2,
     # Intermediate
     # 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
     # 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
     # 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)
     # Dual extruder (Expert)
-    'PLA_PVA': 2,
-    'ABS_ABS': 1,
-    'PLA_PLA': 0,
+    'PLA_PVA':              2,
+    'ABS_ABS':              1,
+    'PLA_PLA':              0,
     # Flexystruder (Expert)
     # Flexystruder (Expert)
-    "ninjaflex" : 0,
-    "semiflex" : 1,
+    "ninjaflex":            0,
+    "semiflex":             1,
     # Flexy Dually (Expert)
     # Flexy Dually (Expert)
-    "ABS_ninjaflex" : 0,
-    "ABS_semiflex" : 1,
+    "ABS_ninjaflex":        0,
+    "ABS_semiflex":         1,
 }
 
 material_types = {
 }
 
 material_types = {