mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-08 04:29:01 +08:00
Apply raft wall count only to base layer
The rest of the layers (currently) never get any walls. We'll keep it that way. Contributes to issue CURA-8081.
This commit is contained in:
parent
007e26d83e
commit
120fad7160
@ -7876,10 +7876,10 @@
|
|||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false
|
"settable_per_extruder": false
|
||||||
},
|
},
|
||||||
"raft_wall_count":
|
"raft_base_wall_count":
|
||||||
{
|
{
|
||||||
"label": "Raft Wall Count",
|
"label": "Raft Base Wall Count",
|
||||||
"description": "The number of contours to print around the linear pattern in the raft.",
|
"description": "The number of contours to print around the linear pattern in the base layer of the raft.",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user