update_profile_setting
Modify a single setting in an OrcaSlicer profile, creating a tuned copy by default to preserve original configurations.
Instructions
Update a single setting key in a profile. By default (dry_run=true), the change is saved to a _tuned copy rather than overwriting the original.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Profile category. | |
| name | Yes | Profile filename. | |
| key | Yes | Setting key to update. | |
| value | Yes | New value for the setting. | |
| dry_run | No | If true (default), saves as a _tuned copy instead of overwriting. |