mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:45:55 +08: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
@ -5363,6 +5363,17 @@
|
|||||||
"enabled": "sanding_enabled",
|
"enabled": "sanding_enabled",
|
||||||
"settable_per_mesh": true
|
"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":
|
"sanding_flow":
|
||||||
{
|
{
|
||||||
"label": "Sanding Flow",
|
"label": "Sanding Flow",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user