Browse Source

Replace category stuff with the new setting overrides

As a test for the new functionality. Also cleans up the file a little.
Arjen Hiemstra 9 years ago
parent
commit
f9bf27c148
1 changed files with 5 additions and 17 deletions
  1. 5 17
      resources/settings/ultimaker2.json

+ 5 - 17
resources/settings/ultimaker2.json

@@ -100,22 +100,10 @@
         "machine_nozzle_expansion_angle": { "default": 45 }
     },
 
-    "categories": {
-        "material": {
-            "settings": {
-                "material_print_temperature": {
-                    "visible": false
-                },
-                "material_bed_temperature": {
-                    "visible": false
-                },
-                "material_diameter": {
-                    "visible": false
-                },
-                "material_flow": {
-                    "visible": false
-                }
-            }
-        }
+    "overrides": {
+        "material_print_temperature": { "visible": false },
+        "material_bed_temperature": { "visible": false },
+        "material_diameter": { "visible": false },
+        "material_flow": { "visible": false }
     }
 }