print_status_lite
Retrieve current printer status with job progress and nozzle temperature in a nested structure. Deprecated; call printer_status with detail='lite' instead.
Instructions
DEPRECATED — call printer_status(detail="lite") instead.
Kept so an existing caller does not break. It now delegates, and
therefore returns ``printer_status``'s shape: nested ``printer`` /
``job`` blocks, not the flat ``completion_pct`` / ``hotend_temp``
keys this tool used to invent. That rename was the whole problem —
two tools describing one nozzle temperature with two different words,
which is why clients grew alias lists to read either.
Args:
printer_name: Target printer. Omit for the default printer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer_name | No |