printer_status
Obtain complete printer state, temperatures, job progress, and capabilities for initial status check. Provides a comprehensive overview of printer activity.
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 | |||