Add line spacing setting

This determines the distance between the passes of the sanding nozzle over the surface.

Contributes to issue CURA-3903.
This commit is contained in:
Ghostkeeper 2017-06-02 15:53:17 +02:00
parent d9f03790dc
commit c69b3110be
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -5363,6 +5363,17 @@
"enabled": "sanding_enabled",
"settable_per_mesh": true
},
"sanding_line_spacing":
{
"label": "Sanding Line Spacing",
"description": "The distance between the lines of sanding.",
"type": "float",
"unit": "mm",
"default_value": 0.1,
"minimum_value": "0.001",
"maximum_value_warning": "machine_nozzle_tip_outer_diameter",
"settable_per_mesh": true
},
"sanding_flow":
{
"label": "Sanding Flow",