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:
Ghostkeeper 2022-06-28 17:52:51 +02:00
parent c4422b87f9
commit f241638890
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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