Describe a setting
describe_settingGet the exact type, unit, allowed values, and default for any OrcaSlicer setting before modifying presets, avoiding invalid configuration values.
Instructions
Authoritative definition of one OrcaSlicer setting: label, tooltip, type, unit, valid range, enum values, and default. Read-only and offline, so it works even when OrcaSlicer is not running.
Use it to learn a setting's exact type and allowed values before writing it with set_config or edit_preset. To find candidate keys by keyword first, use search_settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Exact OrcaSlicer config key, e.g. 'layer_height' or 'sparse_infill_density'. Find keys with search_settings or find_config_keys. Unknown keys return an error. |