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.
This commit is contained in:
Tim Kuipers 2016-11-30 10:27:10 +01:00
parent 477ffe12aa
commit 09e884fd92

View File

@ -2476,20 +2476,6 @@
"settable_per_extruder": true, "settable_per_extruder": true,
"children": "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": "cool_fan_speed_min":
{ {
"label": "Regular Fan Speed", "label": "Regular Fan Speed",
@ -2532,6 +2518,20 @@
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": true "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": "cool_fan_full_at_height":
{ {
"label": "Regular Fan Speed at Height", "label": "Regular Fan Speed at Height",