printer_status
Retrieve full printer state, temperatures, job progress, and capabilities to understand current printer status.
Instructions
Get full printer state, temperatures, job progress, and capabilities (detailed).
Returns a comprehensive JSON object with:
- ``printer``: connection status, operational state, tool/bed temperatures
- ``job``: current file name, completion percentage, elapsed and remaining time
- ``capabilities``: what this printer backend supports
Use this as the first call to understand what the printer is doing.
For lightweight polling during prints, use ``print_status_lite`` instead
(fewer tokens, accepts printer name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||