mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 3 additions and 3 deletions
|
@ -7876,10 +7876,10 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
"raft_wall_count":
|
||||
"raft_base_wall_count":
|
||||
{
|
||||
"label": "Raft Wall Count",
|
||||
"description": "The number of contours to print around the linear pattern in the raft.",
|
||||
"label": "Raft Base Wall Count",
|
||||
"description": "The number of contours to print around the linear pattern in the base layer of the raft.",
|
||||
"type": "int",
|
||||
"default_value": 1,
|
||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue