Skip to content

Commit 06ae876

Browse files
committed
Added extra options in CreateJob
1 parent ed7fb49 commit 06ae876

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/includes/_printers.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,19 @@ To start a print job you must either specify a `filesystem` ID, a `queue_file` I
292292
| `queue_file` | integer | no | The queue ID of the queue item to print. |
293293
| `next_queue_item` | boolean | no | If true, the next queue item will be printed.<br>**This requires the Print Farm plan** |
294294

295+
#### Extra settings for `next_queue_item`
296+
297+
You can specify these parameters if `next_queue_item` is `true`. Note that you can specify more/all of the below parameters.
298+
299+
| Parameter | Type | Required | Description |
300+
| --------- | ---- | -------- | ----------- |
301+
| `analysis_strict` | boolean | no | Match the next item that has a valid gcode analysis.<br>**Defaults to false** |
302+
| `fit_strict` | boolean | no | Match the next item if it fits on the printers print area.<br>**Defaults to false** |
303+
| `temps_strict` | boolean | no | Match the next item where the printer can reach the temperatures specified in the gcode.<br>**Defaults to false** |
304+
| `filament_strict` | boolean | no | Match the next item that was sliced for the same filament type that the printer is assigned to in SimplyPrint.<br>**Defaults to false** |
305+
| `filament_temps_strict` | boolean | no | Match the next item that has the same filament temperatures as the printer has in SimplyPrint.<br>**Defaults to false** |
306+
307+
295308
### Response
296309

297310
| Field | Type | Description |

0 commit comments

Comments
 (0)