From b63ccfd71878a7532accbbc2a88f78541d7ac24a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 29 Jul 2021 15:45:11 +0200 Subject: [PATCH] Add setting to apply monotonic ordering to ironing as well Contributes to issue CURA-7928. --- resources/definitions/fdmprinter.def.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c9b91647d3..d57a814034 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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",