mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +08:00
Add setting for monotonic skin order
Just a simple boolean setting for the skin now. Top surface and ironing will follow later. Contributes to issue CURA-7928.
This commit is contained in:
parent
e845462e5d
commit
b7661659ae
@ -1519,6 +1519,16 @@
|
|||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"skin_monotonic":
|
||||||
|
{
|
||||||
|
"label": "Monotonic Top/Bottom Order",
|
||||||
|
"description": "Print top/bottom 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": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern != 'concentric'",
|
||||||
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"skin_angles":
|
"skin_angles":
|
||||||
{
|
{
|
||||||
"label": "Top/Bottom Line Directions",
|
"label": "Top/Bottom Line Directions",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user