Skip to content

Commit 98440b7

Browse files
committed
EOD commit
1 parent a4cab5c commit 98440b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/vacuum/docs/g-code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The Vacuum Module accepts the G-code commands listed below.
144144
<tr>
145145
<td><code>M127</code></td>
146146
<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>
148148
<strong>Arguments:</strong>
149149
<ul>
150150
<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.
154154
<li><code>D</code>: max delta per tick. <font color="red">what or how much is a "tick"?</font></li>
155155
<li><code>R</code>: max rise per tick. <font color="red">what or how much is a "tick"?</font></li>
156156
<li><code>C</code>: max cumulative rise.</li>
157-
<li><code>A</code>: alpha (smoothing factor). <font color="red">guessing: "smoothing"</font></li>
158-
<li><code>M</code>: minimum window time (ms). <font color="red">milliseconds?</font></li>
159-
<li><code>X</code>: maximum window time (ms). <font color="red">milliseconds?</font></li>
157+
<li><code>A</code>: alpha (smoothing factor).</li>
158+
<li><code>M</code>: minimum window time (ms).</li>
159+
<li><code>X</code>: maximum window time (ms).</font></li>
160160
</ul>
161161
<strong>Response: Returns </strong> <code>M127 OK</code>.
162162
</td>

0 commit comments

Comments
 (0)