chiark / gitweb /
Update quickprint profiles
[cura.git] / scripts / recreate_lulzbot_profiles.py
index 1f60962237c1a6ebd9d65f553d0ec13f2e535b55..f2e1f8a2f00e990898b03bde08ef49a0044ffefd 100644 (file)
@@ -57,6 +57,7 @@ material_map = {
     "Laywood": "laywood",
     "n-vent": "n-vent",
     "XT": "XT",
+    "INOVA-1800": "CS-INOVA-1800",
     "PCTPE": "PCTPE",
     "PC-ABS": "PC-ABS",
     "T-Glase": "t-glase",
@@ -103,11 +104,12 @@ material_order = {
     "Laywood": 52,
     "n-vent": 53,
     "XT": 54,
-    "PCTPE": 55,
-    "PC-ABS": 56,
-    "T-Glase": 57,
-    "Bronzefill":58,
-    "Copperfill":59,
+    "INOVA-1800": 55,
+    "PCTPE": 56,
+    "PC-ABS": 57,
+    "T-Glase": 58,
+    "Bronzefill":59,
+    "Copperfill":60,
     # Expert
     "PP-Conductive": 500,
     "HIPS_VP" : 501,
@@ -144,6 +146,7 @@ material_types = {
     "Laywood": "Advanced",
     "n-vent": "Advanced",
     "XT": "Advanced",
+    "INOVA-1800": "Advanced",
     "PCTPE": "Advanced",
     "PC-ABS": "Advanced",
     "T-Glase": "Advanced",
@@ -185,6 +188,7 @@ material_names = {
     "Laywood": "Laywoo-D3 (CC-Products)",
     "n-vent": "n-vent (Taulman)",
     "XT": "XT (Colorfabb)",
+    "INOVA-1800": "INOVA-1800 (ChromaStrand)",
     "PCTPE": "PCTPE (Taulman)",
     "PC-ABS": "PC-ABS (Proto-pasta)",
     "T-Glase": "t-glase (Taulman)",
@@ -215,6 +219,7 @@ bed_prep_materials = {
     "Bridge",
     "n-vent",
     "XT",
+    "INOVA-1800",
        "PCTPE",
        "T-Glase",
        "618-Nylon",
@@ -240,6 +245,7 @@ material_url = {
     "Laywood": "www.lulzbot.com/products/laywoo-d3-cherry-laywood-3mm-250g-coil-cc-products",
     "n-vent": "www.lulzbot.com/products/n-vent-3mm-filament-1lb-taulman",
 #    "XT": "",
+#    "INOVA-1800": "",
     "PCTPE": "www.lulzbot.com/products/taulman-pctpe-3mm-filament-1-pound",
     "PC-ABS": "www.lulzbot.com/products/pc-abs-alloy-3mm-filament-500g-reel-proto-pasta",
     "T-Glase": "www.lulzbot.com/products/t-glase-3mm-filament-1lb-reel",