mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-12 06:09:02 +08:00
JSON fix: only enable skin expansion settings when we have it enabled (CURA-3440)
This commit is contained in:
parent
016a25ce35
commit
e5090f70aa
@ -1283,7 +1283,7 @@
|
||||
"default_value": 1.0,
|
||||
"value": "infill_line_distance * 1.4",
|
||||
"minimum_value": "0",
|
||||
"enabled": "expand_skins_into_infill",
|
||||
"enabled": "expand_upper_skins or expand_lower_skins",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"min_skin_width_for_expansion":
|
||||
@ -1295,7 +1295,7 @@
|
||||
"default_value": 0,
|
||||
"value": "wall_thickness * 0.5",
|
||||
"minimum_value": "0",
|
||||
"enabled": "expand_skins_into_infill",
|
||||
"enabled": "expand_upper_skins or expand_lower_skins",
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user