Skip to content

Commit 67c0254

Browse files
committed
Fixed wrong defaults
1 parent 06ae876 commit 67c0254

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/includes/_printers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ You can specify these parameters if `next_queue_item` is `true`. Note that you c
298298

299299
| Parameter | Type | Required | Description |
300300
| --------- | ---- | -------- | ----------- |
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** |
304304
| `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** |
305305
| `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** |
306306

0 commit comments

Comments
 (0)