mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:06:24 +08:00
Add setting to apply monotonic ordering to ironing as well
Contributes to issue CURA-7928.
This commit is contained in:
parent
b7661659ae
commit
b63ccfd718
@ -1596,6 +1596,16 @@
|
|||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"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":
|
"ironing_line_spacing":
|
||||||
{
|
{
|
||||||
"label": "Ironing Line Spacing",
|
"label": "Ironing Line Spacing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user