list_safety_profiles
List all available safety profiles for 3D printers. Use the returned IDs to inspect printer limits with get_safety_profile or validate G-code commands with validate_gcode_safe.
Instructions
List all available printer safety profiles.
Returns a list of profile IDs and display names from the bundled
safety database. Use with ``get_safety_profile`` to inspect limits
for a specific printer, or ``validate_gcode_safe`` to validate
commands against a printer's limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||