mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add resolve value for Raft Base Wall Count
It's also a global setting and there is no particular reason for this to not be settable by a material profile or anything. Done as a 5 minute fix.
This commit is contained in:
parent
b14774292f
commit
f4b3256e3d
1 changed files with 1 additions and 0 deletions
|
|
@ -8062,6 +8062,7 @@
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||||
|
"resolve": "max(extruderValues('raft_base_wall_count'))",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false
|
"settable_per_extruder": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue