mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 14:19:05 +08:00
Show Minimum Support Area setting also when there are only support meshes
The setting influences support meshes. If support was disabled but there was a support mesh, this setting would influence the slice result even if it was invisible. Fixes #10002.
This commit is contained in:
parent
a8a9b80f0b
commit
914f4bbebe
@ -4696,7 +4696,7 @@
|
|||||||
"default_value": 0.0,
|
"default_value": 0.0,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "5",
|
"maximum_value_warning": "5",
|
||||||
"enabled": "support_enable and support_structure == 'normal'",
|
"enabled": "(support_enable or support_meshes_present) and support_structure == 'normal'",
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user