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
<td>If true, the next queue item will be printed.<br><strong>This requires the Print Farm plan</strong></td>
1081
1081
</tr>
1082
1082
</tbody></table>
1083
+
<h4id='extra-settings-for-next_queue_item'>Extra settings for <code>next_queue_item</code></h4>
1084
+
<p>You can specify these parameters if <code>next_queue_item</code> is <code>true</code>. Note that you can specify more/all of the below parameters.</p>
1085
+
1086
+
<table><thead>
1087
+
<tr>
1088
+
<th>Parameter</th>
1089
+
<th>Type</th>
1090
+
<th>Required</th>
1091
+
<th>Description</th>
1092
+
</tr>
1093
+
</thead><tbody>
1094
+
<tr>
1095
+
<td><code>analysis_strict</code></td>
1096
+
<td>boolean</td>
1097
+
<td>no</td>
1098
+
<td>Match the next item that has a valid gcode analysis.<br><strong>Defaults to false</strong></td>
1099
+
</tr>
1100
+
<tr>
1101
+
<td><code>fit_strict</code></td>
1102
+
<td>boolean</td>
1103
+
<td>no</td>
1104
+
<td>Match the next item if it fits on the printers print area.<br><strong>Defaults to false</strong></td>
1105
+
</tr>
1106
+
<tr>
1107
+
<td><code>temps_strict</code></td>
1108
+
<td>boolean</td>
1109
+
<td>no</td>
1110
+
<td>Match the next item where the printer can reach the temperatures specified in the gcode.<br><strong>Defaults to false</strong></td>
1111
+
</tr>
1112
+
<tr>
1113
+
<td><code>filament_strict</code></td>
1114
+
<td>boolean</td>
1115
+
<td>no</td>
1116
+
<td>Match the next item that was sliced for the same filament type that the printer is assigned to in SimplyPrint.<br><strong>Defaults to false</strong></td>
1117
+
</tr>
1118
+
<tr>
1119
+
<td><code>filament_temps_strict</code></td>
1120
+
<td>boolean</td>
1121
+
<td>no</td>
1122
+
<td>Match the next item that has the same filament temperatures as the printer has in SimplyPrint.<br><strong>Defaults to false</strong></td>
0 commit comments