mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Add resolve function to Remove Raft Inside Corners
That way, an extruder profile can say that they want this. If any extruder needs this setting enabled, it will be enabled for the whole print. Done as a 5 minute fix.
This commit is contained in:
parent
c4422b87f9
commit
f241638890
1 changed files with 1 additions and 0 deletions
|
@ -8053,6 +8053,7 @@
|
|||
"description": "Remove inside corners from the raft, causing the raft to become convex.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"resolve": "any(extruderValues('raft_remove_inside_corners'))",
|
||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue