mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:15:52 +08:00
Added anchor_skin_in_infill setting.
When enabled, skin areas are increased in size so that they project into the infill by at least the distance between infill lines.
This commit is contained in:
parent
1a4d71c3f8
commit
5817905459
@ -1240,6 +1240,14 @@
|
||||
"minimum_value": "0",
|
||||
"default_value": 0,
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"anchor_skin_in_infill":
|
||||
{
|
||||
"label": "Anchor Skin In Infill",
|
||||
"description": "Expand skin areas so that they are anchored by the infill layers above and below. The skin areas are expanded sufficiently so that they bridge the gap between the infill lines.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user