mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
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:
parent
d9f03790dc
commit
c69b3110be
1 changed files with 11 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue