submit_job
Submit a G-code file to the print queue, optionally target a specific printer or set priority for scheduling.
Instructions
Submit a print job to the queue.
Free tier allows up to 10 queued jobs for single-printer use.
Pro tier unlocks unlimited queue depth with multi-printer scheduling.
Args:
file_name: G-code file name (must already exist on the printer).
printer_name: Target printer name, or omit to let the scheduler
pick any idle printer.
priority: Higher values are scheduled first (default 0).
Jobs are executed in priority order, with FIFO tie-breaking.
Use ``job_status`` to check progress and ``queue_summary`` for an overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | No | ||
| file_name | Yes | ||
| printer_name | No |