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:
Ghostkeeper 2021-12-13 17:02:20 +01:00 committed by casper
parent 007e26d83e
commit 120fad7160

View File

@ -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'",