From 0cdd9dd17520d83ba30892f870fc0c021d6ac981 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 29 Jul 2021 16:16:05 +0200 Subject: [PATCH] Add setting for monotonic top surface skin You can set it separately, but it defaults to be the same as the rest of the top surface. Contributes to issue CURA-7928. --- resources/definitions/fdmprinter.def.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index d57a814034..5515226eb6 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6405,6 +6405,17 @@ "settable_per_mesh": true, "enabled": "roofing_layer_count > 0 and top_layers > 0" }, + "roofing_monotonic": + { + "label": "Monotonic Top Surface Order", + "description": "Print top surface 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, + "value": "skin_monotonic", + "enabled": "roofing_layer_count > 0 and top_layers > 0 and roofing_pattern != 'concentric'", + "limit_to_extruder": "roofing_extruder_nr", + "settable_per_mesh": true + }, "roofing_angles": { "label": "Top Surface Skin Line Directions",