You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_printers.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -298,9 +298,9 @@ You can specify these parameters if `next_queue_item` is `true`. Note that you c
298
298
299
299
| Parameter | Type | Required | Description |
300
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**|
301
+
|`analysis_strict`| boolean | no | Match the next item that has a valid gcode analysis.<br>**Defaults to true**|
302
+
|`fit_strict`| boolean | no | Match the next item if it fits on the printers print area.<br>**Defaults to true**|
303
+
|`temps_strict`| boolean | no | Match the next item where the printer can reach the temperatures specified in the gcode.<br>**Defaults to true**|
304
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
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**|
0 commit comments