Merge branch 'mb-fuzzy-outside-only' of https://github.com/smartavionics/Cura into smartavionics-mb-fuzzy-outside-only

This commit is contained in:
Ghostkeeper 2020-01-31 13:10:45 +01:00
commit 32d94f76f1
No known key found for this signature in database
GPG key ID: 37E2020986774393
2 changed files with 12 additions and 1 deletions

View file

@ -6666,7 +6666,17 @@
"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_thickness": "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":
{ {
"label": "Fuzzy Skin Thickness", "label": "Fuzzy Skin Thickness",
"description": "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered.", "description": "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered.",

View file

@ -388,6 +388,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