chiark / gitweb /
Format and organize priority selection of quickprint generator script.
[cura.git] / scripts / recreate_lulzbot_profiles.py
index 964642d51690e16960803d5cf3edf9a58fdc80d3..7d7603b720be0249c0e8049299db5b1d4f755b4a 100644 (file)
@@ -37,6 +37,7 @@ dir_map = {
                             'lulzbot_TAZ_5_FlexyDuallyV1'),
     'TAZ_flexy_dually_v2': ('lulzbot_TAZ_4_FlexyDuallyV2',
                             'lulzbot_TAZ_5_FlexyDuallyV2'),
+    'TAZ6_single_tilapia': ('lulzbot_TAZ_6_Single_Tilapia',),
 }
 
 material_map = {
@@ -88,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 = {
@@ -180,20 +181,20 @@ material_names = {
     "Laybrick" : "Laybrick (CC-Products)",
     "PP-Iron": "Magnetic (Proto-pasta)",
     "PP-Steel": "Steel PLA (Proto-pasta)",
-    "Bamboofill": "Bamboofill (Colorfabb)",
-    "Woodfill": "Woodfill (Colorfabb)",
+    "Bamboofill": "Bamboofill (colorFabb)",
+    "Woodfill": "Woodfill (colorFabb)",
     # Advanced
     "Alloy910": "Alloy 910 (Taulman)",
     "Bridge": "Bridge Nylon (Taulman)",
     "Laywood": "Laywoo-D3 (CC-Products)",
     "n-vent": "n-vent (Taulman)",
-    "XT": "XT (Colorfabb)",
+    "XT": "XT (colorFabb)",
     "INOVA-1800": "INOVA-1800 (ChromaStrand)",
     "PCTPE": "PCTPE (Taulman)",
     "PC-ABS": "PC-ABS (Proto-pasta)",
     "T-Glase": "t-glase (Taulman)",
-    "Bronzefill": "Bronzefill (Colorfabb)",
-    "Copperfill": "Copperfill (Colorfabb)",
+    "Bronzefill": "Bronzefill (colorFabb)",
+    "Copperfill": "Copperfill (colorFabb)",
     # Expert
     "PP-Conductive": "Conductive (Proto-pasta)",
     "HIPS_VP" : "HIPS (Village Plastics)",