mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fixed issues caused by 3b6aedd585
This commit is contained in:
parent
3b6aedd585
commit
9f29af82b5
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue