kopia lustrzana https://github.com/evil-mad/EggBot
Minor docs updates
rodzic
02bbbf58c3
commit
a853b3bdcb
|
@ -286,7 +286,7 @@
|
|||
<li><a href="#QC">QC</a> — Query Current</li>
|
||||
<li><a href="#QE">QE</a> — Query motor Enables and microstep resolutions</li>
|
||||
<li><a href="#QG">QG</a> — Query General</li>
|
||||
<li><a href="#QL">QL</a> — Query Layer</li>
|
||||
<li><a href="#QL">QL</a> — Query Variable</li>
|
||||
<li><a href="#QM">QM</a> — Query Motors</li>
|
||||
<li><a href="#QN">QN</a> — Query Node count</li>
|
||||
<li><a href="#QP">QP</a> — Query Pen</li>
|
||||
|
@ -299,7 +299,7 @@
|
|||
<li><a href="#S2">S2</a> — General RC Servo Output</li>
|
||||
<li><a href="#SC">SC</a> — Stepper and servo mode Configure</li>
|
||||
<li><a href="#SE">SE</a> — Set Engraver</li>
|
||||
<li><a href="#SL">SL</a> — Set Layer</li>
|
||||
<li><a href="#SL">SL</a> — Set Variable</li>
|
||||
<li><a href="#SM">SM</a> — Stepper Move</li>
|
||||
<li><a href="#SN">SN</a> — Set Node count</li>
|
||||
<li><a href="#SP">SP</a> — Set Pen State</li>
|
||||
|
@ -1765,7 +1765,7 @@
|
|||
<div style="font-weight:bold;">Bit 7: Limit Switch Triggered</div> This bit is 1 if the limit switch triggered. It will be a 0 if the Limit Switch Trigger has not fired or if the limit switch feature is disabled. If set, executing this query will clear the bit.
|
||||
</p>
|
||||
<p>
|
||||
<div style="font-weight:bold;">Bit 6: Post Lost Flag</code></div> This bit is 1 if the V+ power input has gone below <code>Power_Lost_Threshold</code> since the last time the <code>QG</code> query was executed. If set, executing this query will clear the bit. See <code>CU,60</code>.
|
||||
<div style="font-weight:bold;">Bit 6: Power Lost Flag</code></div> This bit is 1 if the V+ power input has gone below <code>Power_Lost_Threshold</code> since the last time the <code>QG</code> query was executed. If set, executing this query will clear the bit. See <code>CU,60</code>.
|
||||
</p>
|
||||
<p>
|
||||
<div style="font-weight:bold;">Bit 5: PRG — PRG Button Pressed</div> This bit will be 1 if the PRG button has been pushed since the last <code>QG</code> or <code><a href="#QB">QB</a></code> query. Otherwise it will be 0. Note that input B0 can be used to trigger a "button push" event; see the description of <code><a href="#QB">QB</a></code> for more information.
|
||||
|
|
Ładowanie…
Reference in New Issue