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.
This commit is contained in:
Ghostkeeper 2021-07-29 16:16:05 +02:00
parent b63ccfd718
commit 0cdd9dd175
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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",