Add sanding inset setting

This performs an inset of the area which is sanded, so it doesn't sand all the way to the edge.

Contributes to issue CURA-3903.
This commit is contained in:
Ghostkeeper 2017-06-06 10:53:05 +02:00
parent a1b10ea528
commit 600b855037
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -5428,6 +5428,19 @@
"maximum_value_warning": "50", "maximum_value_warning": "50",
"enabled": "sanding_enabled", "enabled": "sanding_enabled",
"settable_per_mesh": true "settable_per_mesh": true
},
"sanding_inset":
{
"label": "Sanding Inset",
"description": "A distance to keep from the edges of the model. Sanding all the way to the edge of the mesh may result in a jagged edge on your print.",
"type": "float",
"unit": "mm",
"default_value": 0.35,
"value": "skin_line_width",
"minimum_value_warning": "0",
"maximum_value_warning": "wall_line_width_0",
"enabled": "sanding_enabled",
"settable_per_mesh": true
} }
} }
}, },