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: docs/vacuum/docs/g-code.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ The Vacuum Module accepts the G-code commands listed below.
144
144
<tr>
145
145
<td><code>M127</code></td>
146
146
<td>
147
-
<strong>Command:</strong> set waste detection configurations. These parameters define the heuristic logic used to detect a "waste full" condition based on pressure fluctuations.<br>
147
+
<strong>Command:</strong> set waste detection configurations. These parameters are used to detect a "waste full" condition based on pressure fluctuations.<br>
148
148
<strong>Arguments:</strong>
149
149
<ul>
150
150
<li><code>E</code>: enable waste full detection. Accepts <code>1</code> (on) or <code>0</code> (off).</li>
@@ -154,9 +154,9 @@ The Vacuum Module accepts the G-code commands listed below.
154
154
<li><code>D</code>: max delta per tick. <font color="red">what or how much is a "tick"?</font></li>
155
155
<li><code>R</code>: max rise per tick. <font color="red">what or how much is a "tick"?</font></li>
0 commit comments