Browse Source

JSON refactor: moved Initial Fan Speed out of the children of Fan Speed (CURA-3068)

we don't want it to inherit from Fan Speed, but children must always inherit from their parent.
Tim Kuipers 8 years ago
parent
commit
09e884fd92
1 changed files with 14 additions and 14 deletions
  1. 14 14
      resources/definitions/fdmprinter.def.json

+ 14 - 14
resources/definitions/fdmprinter.def.json

@@ -2476,20 +2476,6 @@
                     "settable_per_extruder": true,
                     "children":
                     {
-                        "cool_fan_speed_0":
-                        {
-                            "label": "Initial Fan Speed",
-                            "description": "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height.",
-                            "unit": "%",
-                            "type": "float",
-                            "minimum_value": "0",
-                            "maximum_value": "100",
-                            "value": "cool_fan_speed",
-                            "default_value": 100,
-                            "enabled": "cool_fan_enabled",
-                            "settable_per_mesh": false,
-                            "settable_per_extruder": true
-                        },
                         "cool_fan_speed_min":
                         {
                             "label": "Regular Fan Speed",
@@ -2532,6 +2518,20 @@
                     "settable_per_mesh": false,
                     "settable_per_extruder": true
                 },
+                "cool_fan_speed_0":
+                {
+                    "label": "Initial Fan Speed",
+                    "description": "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height.",
+                    "unit": "%",
+                    "type": "float",
+                    "minimum_value": "0",
+                    "maximum_value": "100",
+                    "value": "cool_fan_speed",
+                    "default_value": 100,
+                    "enabled": "cool_fan_enabled",
+                    "settable_per_mesh": false,
+                    "settable_per_extruder": true
+                },
                 "cool_fan_full_at_height":
                 {
                     "label": "Regular Fan Speed at Height",