plan_multi_copy_split
Splits a print job into multiple copies and assigns them to available printers for parallel printing, reducing total print time.
Instructions
Plan parallel printing of multiple copies across printers.
Distributes N copies of a file across available printers in the
fleet for maximum parallelism.
Args:
file_path: Path to the G-code or model file.
copies: Number of copies to print.
material: Material type (default ``"pla"``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| copies | Yes | ||
| material | No | pla | |
| file_path | Yes |