JSON: disabled top_bottom_thickness, shell_thickness and remove_overlapping_wall_parts_0_enabled (CURA-1099)

This commit is contained in:
Tim Kuipers 2016-03-10 12:43:07 +01:00
parent e872d29636
commit 3b6aedd585

View file

@ -350,6 +350,7 @@
"min_value_warning": "0.2",
"max_value_warning": "5",
"visible": false,
"enabled": false,
"children": {
"wall_thickness": {
"label": "Wall Thickness",
@ -391,6 +392,7 @@
"min_value_warning": "0.6",
"type": "float",
"visible": true,
"enabled": false,
"children": {
"top_thickness": {
"label": "Top Thickness",
@ -444,6 +446,7 @@
"type": "boolean",
"default": false,
"visible": false,
"enabled": false,
"children": {
"remove_overlapping_walls_0_enabled": {
"label": "Remove Overlapping Outer Wall Parts",
@ -451,7 +454,8 @@
"type": "boolean",
"default": false,
"visible": false,
"inherit": true
"inherit": true,
"enabled": false,
},
"remove_overlapping_walls_x_enabled": {
"label": "Remove Overlapping Other Wall Parts",