fleet_submit_job
Submit print jobs to the fleet orchestrator for automatic printer assignment and job tracking through completion.
Instructions
Submit a print job to the fleet orchestrator.
If no printer is specified, the orchestrator auto-assigns to the best
available printer. Tracks the job through completion.
Args:
file_path: Path to the file to print.
printer_name: Specific printer to assign to (auto-routes if None).
material: Required filament material.
priority: Job priority (low, normal, high).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | No | ||
| priority | No | ||
| file_path | Yes | ||
| printer_name | No |