mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
JSON: disabled top_bottom_thickness, shell_thickness and remove_overlapping_wall_parts_0_enabled (CURA-1099)
This commit is contained in:
parent
e872d29636
commit
3b6aedd585
1 changed files with 5 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue