mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 19:58:59 +08: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
@ -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…
x
Reference in New Issue
Block a user