mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:59:00 +08:00
Fixed issues caused by 3b6aedd58530afde89de8039d08020cc33edf1ff
This commit is contained in:
parent
3b6aedd585
commit
9f29af82b5
@ -350,7 +350,7 @@
|
||||
"min_value_warning": "0.2",
|
||||
"max_value_warning": "5",
|
||||
"visible": false,
|
||||
"enabled": false,
|
||||
"enabled": "False",
|
||||
"children": {
|
||||
"wall_thickness": {
|
||||
"label": "Wall Thickness",
|
||||
@ -392,7 +392,7 @@
|
||||
"min_value_warning": "0.6",
|
||||
"type": "float",
|
||||
"visible": true,
|
||||
"enabled": false,
|
||||
"enabled": "False",
|
||||
"children": {
|
||||
"top_thickness": {
|
||||
"label": "Top Thickness",
|
||||
@ -446,7 +446,7 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": false,
|
||||
"enabled": false,
|
||||
"enabled": "False",
|
||||
"children": {
|
||||
"remove_overlapping_walls_0_enabled": {
|
||||
"label": "Remove Overlapping Outer Wall Parts",
|
||||
@ -455,7 +455,7 @@
|
||||
"default": false,
|
||||
"visible": false,
|
||||
"inherit": true,
|
||||
"enabled": false,
|
||||
"enabled": "False"
|
||||
},
|
||||
"remove_overlapping_walls_x_enabled": {
|
||||
"label": "Remove Overlapping Other Wall Parts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user