mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:38: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",
|
"min_value_warning": "0.2",
|
||||||
"max_value_warning": "5",
|
"max_value_warning": "5",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
"enabled": false,
|
||||||
"children": {
|
"children": {
|
||||||
"wall_thickness": {
|
"wall_thickness": {
|
||||||
"label": "Wall Thickness",
|
"label": "Wall Thickness",
|
||||||
@ -391,6 +392,7 @@
|
|||||||
"min_value_warning": "0.6",
|
"min_value_warning": "0.6",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
|
"enabled": false,
|
||||||
"children": {
|
"children": {
|
||||||
"top_thickness": {
|
"top_thickness": {
|
||||||
"label": "Top Thickness",
|
"label": "Top Thickness",
|
||||||
@ -444,6 +446,7 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
"enabled": false,
|
||||||
"children": {
|
"children": {
|
||||||
"remove_overlapping_walls_0_enabled": {
|
"remove_overlapping_walls_0_enabled": {
|
||||||
"label": "Remove Overlapping Outer Wall Parts",
|
"label": "Remove Overlapping Outer Wall Parts",
|
||||||
@ -451,7 +454,8 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit": true
|
"inherit": true,
|
||||||
|
"enabled": false,
|
||||||
},
|
},
|
||||||
"remove_overlapping_walls_x_enabled": {
|
"remove_overlapping_walls_x_enabled": {
|
||||||
"label": "Remove Overlapping Other Wall Parts",
|
"label": "Remove Overlapping Other Wall Parts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user