Merge pull request #13211 from Ultimaker/PP-232_Disable_monotonic_ordering

Only enable monotonic ordering for the roof layer
This commit is contained in:
Jaime van Kessel 2022-09-07 16:21:06 +02:00 committed by GitHub
commit aaadff28e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1470,8 +1470,7 @@
"label": "Monotonic Top Surface Order", "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.", "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", "type": "bool",
"default_value": false, "value": true,
"value": "skin_monotonic",
"enabled": "roofing_layer_count > 0 and top_layers > 0 and roofing_pattern != 'concentric'", "enabled": "roofing_layer_count > 0 and top_layers > 0 and roofing_pattern != 'concentric'",
"limit_to_extruder": "roofing_extruder_nr", "limit_to_extruder": "roofing_extruder_nr",
"settable_per_mesh": true "settable_per_mesh": true

View File

@ -79,7 +79,7 @@
"value": "skin_material_flow" "value": "skin_material_flow"
}, },
"skin_monotonic" : { "skin_monotonic" : {
"value": true "value": "roofing_layer_count == 0"
}, },
"speed_equalize_flow_width_factor": { "speed_equalize_flow_width_factor": {
"value": "110.0" "value": "110.0"