mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +08:00
Enable monotonic roofing only when roofing layer count is > 0 otherwise enable monotonic for all skin layers.
Relates to PP-232
This commit is contained in:
parent
bad161ef06
commit
88ce9e88d9
@ -1482,8 +1482,7 @@
|
||||
"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",
|
||||
"value": true,
|
||||
"enabled": "roofing_layer_count > 0 and top_layers > 0 and roofing_pattern != 'concentric'",
|
||||
"limit_to_extruder": "roofing_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
|
@ -79,7 +79,7 @@
|
||||
"value": "skin_material_flow"
|
||||
},
|
||||
"skin_monotonic" : {
|
||||
"value": true
|
||||
"value": "roofing_layer_count == 0"
|
||||
},
|
||||
"speed_equalize_flow_width_factor": {
|
||||
"value": "110.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user