Add setting to apply monotonic ordering to ironing as well

Contributes to issue CURA-7928.
This commit is contained in:
Ghostkeeper 2021-07-29 15:45:11 +02:00
parent b7661659ae
commit b63ccfd718
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -1596,6 +1596,16 @@
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},
"ironing_monotonic":
{
"label": "Monotonic Ironing Order",
"description": "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent.",
"type": "bool",
"default_value": false,
"enabled": "ironing_enabled and ironing_pattern != 'concentric'",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},
"ironing_line_spacing":
{
"label": "Ironing Line Spacing",