Skip to content

Commit d682dae

Browse files
committed
deploy: 06ae876
1 parent 99b8067 commit d682dae

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

index.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,48 @@ <h3 id='request-2'>Request</h3>
10801080
<td>If true, the next queue item will be printed.<br><strong>This requires the Print Farm plan</strong></td>
10811081
</tr>
10821082
</tbody></table>
1083+
<h4 id='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>
1123+
</tr>
1124+
</tbody></table>
10831125
<h3 id='response-2'>Response</h3>
10841126
<table><thead>
10851127
<tr>

0 commit comments

Comments
 (0)