mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 15:14:00 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@06d65ef5ac 🚀
This commit is contained in:
parent
6ef21b30ef
commit
8c974dde82
367 changed files with 6536 additions and 45 deletions
|
@ -1177,15 +1177,8 @@
|
|||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#hx71xdump_hx71x" class="md-nav__link">
|
||||
hx71x/dump_hx71x
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ads1220dump_ads1220" class="md-nav__link">
|
||||
ads1220/dump_ads1220
|
||||
<a href="#load_celldump_force" class="md-nav__link">
|
||||
load_cell/dump_force
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
@ -1511,6 +1504,20 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Load_Cell.html" class="md-nav__link">
|
||||
Load Cells
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</li>
|
||||
|
@ -1700,15 +1707,8 @@
|
|||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#hx71xdump_hx71x" class="md-nav__link">
|
||||
hx71x/dump_hx71x
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ads1220dump_ads1220" class="md-nav__link">
|
||||
ads1220/dump_ads1220
|
||||
<a href="#load_celldump_force" class="md-nav__link">
|
||||
load_cell/dump_force
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
@ -2053,32 +2053,18 @@ and might later produce asynchronous messages such as:
|
|||
"data":[[1290.951905,-5063],[1290.952321,-5065]]}}</code></p>
|
||||
<p>The "header" field in the initial query response is used to describe
|
||||
the fields found in later "data" responses.</p>
|
||||
<h3 id="hx71xdump_hx71x">hx71x/dump_hx71x<a class="headerlink" href="#hx71xdump_hx71x" title="Permanent link">¶</a></h3>
|
||||
<p>This endpoint is used to subscribe to raw HX711 and HX717 ADC data.
|
||||
Obtaining these low-level ADC updates may be useful for diagnostic
|
||||
and debugging purposes. Using this endpoint may increase Klipper's
|
||||
system load.</p>
|
||||
<h3 id="load_celldump_force">load_cell/dump_force<a class="headerlink" href="#load_celldump_force" title="Permanent link">¶</a></h3>
|
||||
<p>This endpoint is used to subscribe to force data produced by a load_cell.
|
||||
Using this endpoint may increase Klipper's system load.</p>
|
||||
<p>A request may look like:
|
||||
<code>{"id": 123, "method":"hx71x/dump_hx71x",
|
||||
<code>{"id": 123, "method":"load_cell/dump_force",
|
||||
"params": {"sensor": "load_cell", "response_template": {}}}</code>
|
||||
and might return:
|
||||
<code>{"id": 123,"result":{"header":["time","counts","value"]}}</code>
|
||||
<code>{"id": 123,"result":{"header":["time", "force (g)", "counts", "tare_counts"]}}</code>
|
||||
and might later produce asynchronous messages such as:
|
||||
<code>{"params":{"data":[[3292.432935, 562534, 0.067059278],
|
||||
[3292.4394937, 5625322, 0.670590639]]}}</code></p>
|
||||
<h3 id="ads1220dump_ads1220">ads1220/dump_ads1220<a class="headerlink" href="#ads1220dump_ads1220" title="Permanent link">¶</a></h3>
|
||||
<p>This endpoint is used to subscribe to raw ADS1220 ADC data.
|
||||
Obtaining these low-level ADC updates may be useful for diagnostic
|
||||
and debugging purposes. Using this endpoint may increase Klipper's
|
||||
system load.</p>
|
||||
<p>A request may look like:
|
||||
<code>{"id": 123, "method":"ads1220/dump_ads1220",
|
||||
"params": {"sensor": "load_cell", "response_template": {}}}</code>
|
||||
and might return:
|
||||
<code>{"id": 123,"result":{"header":["time","counts","value"]}}</code>
|
||||
and might later produce asynchronous messages such as:
|
||||
<code>{"params":{"data":[[3292.432935, 562534, 0.067059278],
|
||||
[3292.4394937, 5625322, 0.670590639]]}}</code></p>
|
||||
<code>{"params":{"data":[[3292.432935, 40.65, 562534, -234467]]}}</code></p>
|
||||
<p>The "header" field in the initial query response is used to describe
|
||||
the fields found in later "data" responses.</p>
|
||||
<h3 id="pause_resumecancel">pause_resume/cancel<a class="headerlink" href="#pause_resumecancel" title="Permanent link">¶</a></h3>
|
||||
<p>This endpoint is similar to running the "PRINT_CANCEL" G-Code command.
|
||||
For example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue