mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:09:01 +08:00
Add fuzzy skin outside only option.
This commit is contained in:
parent
6a5fbba519
commit
d388f2463b
@ -6665,6 +6665,16 @@
|
|||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"magic_fuzzy_skin_outside_only":
|
||||||
|
{
|
||||||
|
"label": "Fuzzy Skin Outside Only",
|
||||||
|
"description": "Jitter only the parts' outlines and not the parts' holes.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"enabled": "magic_fuzzy_skin_enabled",
|
||||||
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"magic_fuzzy_skin_thickness":
|
"magic_fuzzy_skin_thickness":
|
||||||
{
|
{
|
||||||
"label": "Fuzzy Skin Thickness",
|
"label": "Fuzzy Skin Thickness",
|
||||||
|
@ -387,6 +387,7 @@ support_conical_enabled
|
|||||||
support_conical_angle
|
support_conical_angle
|
||||||
support_conical_min_width
|
support_conical_min_width
|
||||||
magic_fuzzy_skin_enabled
|
magic_fuzzy_skin_enabled
|
||||||
|
magic_fuzzy_skin_outside_only
|
||||||
magic_fuzzy_skin_thickness
|
magic_fuzzy_skin_thickness
|
||||||
magic_fuzzy_skin_point_density
|
magic_fuzzy_skin_point_density
|
||||||
magic_fuzzy_skin_point_dist
|
magic_fuzzy_skin_point_dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user