JSON: bugfix: skirt_speed was the only child of speed_layer_0, which meant you couldnt tweak them separately

This commit is contained in:
Tim Kuipers 2015-09-30 17:12:20 +02:00
parent 5adee69b75
commit f9be4def09

View File

@ -256,6 +256,7 @@
"min_value_warning": "0.2", "min_value_warning": "0.2",
"max_value_warning": "5", "max_value_warning": "5",
"type": "float", "type": "float",
"inherit_function": "parent_value",
"visible": false, "visible": false,
"children": { "children": {
"wall_line_count": { "wall_line_count": {
@ -407,8 +408,7 @@
"description": "Number of lines around skin regions. Using one or two skin perimeter lines can greatly improve on roofs which would start in the middle of infill cells.", "description": "Number of lines around skin regions. Using one or two skin perimeter lines can greatly improve on roofs which would start in the middle of infill cells.",
"default": 0, "default": 0,
"type": "int", "type": "int",
"visible": false, "visible": false
"enabled": "top_bottom_pattern"
}, },
"xy_offset": { "xy_offset": {
"label": "Horizontal expansion", "label": "Horizontal expansion",
@ -776,8 +776,8 @@
"type": "float", "type": "float",
"min_value": "0.1", "min_value": "0.1",
"default": 15, "default": 15,
"visible": false, "visible": false
"children": { },
"skirt_speed": { "skirt_speed": {
"label": "Skirt Speed", "label": "Skirt Speed",
"description": "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed. But sometimes you want to print the skirt at a different speed.", "description": "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed. But sometimes you want to print the skirt at a different speed.",
@ -785,9 +785,8 @@
"type": "float", "type": "float",
"min_value": "0.1", "min_value": "0.1",
"default": 15, "default": 15,
"visible": false "visible": false,
} "inherit_function": "speed_layer_0"
}
}, },
"speed_slowdown_layers": { "speed_slowdown_layers": {
"label": "Amount of Slower Layers", "label": "Amount of Slower Layers",