mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-19 02:57:29 +08: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
@ -8062,6 +8062,7 @@
|
||||
"type": "int",
|
||||
"default_value": 1,
|
||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||
"resolve": "max(extruderValues('raft_base_wall_count'))",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user