Deploying to gh-pages from @ Klipper3d/klipper@06d65ef5ac 🚀

This commit is contained in:
KevinOConnor 2025-03-20 23:54:30 +00:00
parent 6ef21b30ef
commit 8c974dde82
367 changed files with 6536 additions and 45 deletions

View file

@ -1275,6 +1275,20 @@
<li class="md-nav__item">
<a href="/Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1177,15 +1177,8 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#hx71xdump_hx71x" class="md-nav__link"> <a href="#load_celldump_force" class="md-nav__link">
hx71x/dump_hx71x load_cell/dump_force
</a>
</li>
<li class="md-nav__item">
<a href="#ads1220dump_ads1220" class="md-nav__link">
ads1220/dump_ads1220
</a> </a>
</li> </li>
@ -1511,6 +1504,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>
@ -1700,15 +1707,8 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#hx71xdump_hx71x" class="md-nav__link"> <a href="#load_celldump_force" class="md-nav__link">
hx71x/dump_hx71x load_cell/dump_force
</a>
</li>
<li class="md-nav__item">
<a href="#ads1220dump_ads1220" class="md-nav__link">
ads1220/dump_ads1220
</a> </a>
</li> </li>
@ -2053,32 +2053,18 @@ and might later produce asynchronous messages such as:
"data":[[1290.951905,-5063],[1290.952321,-5065]]}}</code></p> "data":[[1290.951905,-5063],[1290.952321,-5065]]}}</code></p>
<p>The "header" field in the initial query response is used to describe <p>The "header" field in the initial query response is used to describe
the fields found in later "data" responses.</p> the fields found in later "data" responses.</p>
<h3 id="hx71xdump_hx71x">hx71x/dump_hx71x<a class="headerlink" href="#hx71xdump_hx71x" title="Permanent link">&para;</a></h3> <h3 id="load_celldump_force">load_cell/dump_force<a class="headerlink" href="#load_celldump_force" title="Permanent link">&para;</a></h3>
<p>This endpoint is used to subscribe to raw HX711 and HX717 ADC data. <p>This endpoint is used to subscribe to force data produced by a load_cell.
Obtaining these low-level ADC updates may be useful for diagnostic Using this endpoint may increase Klipper's system load.</p>
and debugging purposes. Using this endpoint may increase Klipper's
system load.</p>
<p>A request may look like: <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> "params": {"sensor": "load_cell", "response_template": {}}}</code>
and might return: 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: and might later produce asynchronous messages such as:
<code>{"params":{"data":[[3292.432935, 562534, 0.067059278], <code>{"params":{"data":[[3292.432935, 40.65, 562534, -234467]]}}</code></p>
[3292.4394937, 5625322, 0.670590639]]}}</code></p> <p>The "header" field in the initial query response is used to describe
<h3 id="ads1220dump_ads1220">ads1220/dump_ads1220<a class="headerlink" href="#ads1220dump_ads1220" title="Permanent link">&para;</a></h3> the fields found in later "data" responses.</p>
<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>
<h3 id="pause_resumecancel">pause_resume/cancel<a class="headerlink" href="#pause_resumecancel" title="Permanent link">&para;</a></h3> <h3 id="pause_resumecancel">pause_resume/cancel<a class="headerlink" href="#pause_resumecancel" title="Permanent link">&para;</a></h3>
<p>This endpoint is similar to running the "PRINT_CANCEL" G-Code command. <p>This endpoint is similar to running the "PRINT_CANCEL" G-Code command.
For example: For example:

View file

@ -1352,6 +1352,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1374,6 +1374,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1393,6 +1393,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1339,6 +1339,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1562,6 +1562,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1469,6 +1469,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1423,6 +1423,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1495,6 +1495,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1365,6 +1365,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1364,6 +1364,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1364,6 +1364,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1364,6 +1364,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1379,6 +1379,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1415,6 +1415,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1321,6 +1321,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -2601,6 +2601,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>
@ -8268,6 +8282,16 @@ scale.</p>
<div class="highlight"><pre><span></span><code>[load_cell] <div class="highlight"><pre><span></span><code>[load_cell]
sensor_type: sensor_type:
# This must be one of the supported sensor types, see below. # This must be one of the supported sensor types, see below.
#counts_per_gram:
# The floating point number of sensor counts that indicates 1 gram of force.
# This value is calculated by the LOAD_CELL_CALIBRATE command.
#reference_tare_counts:
# The integer tare value, in raw sensor counts, taken when LOAD_CELL_CALIBRATE
# is run. This is the default tare value when klipper starts up.
#sensor_orientation:
# Change the sensor&#39;s orientation. Can be either &#39;normal&#39; or &#39;inverted&#39;.
# The default is &#39;normal&#39;. Use &#39;inverted&#39; if the sensor reports a
# decreasing force value when placed under load.
</code></pre></div> </code></pre></div>
<h4 id="hx711">HX711<a class="headerlink" href="#hx711" title="Permanent link">&para;</a></h4> <h4 id="hx711">HX711<a class="headerlink" href="#hx711" title="Permanent link">&para;</a></h4>

View file

@ -1379,6 +1379,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1370,6 +1370,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1378,6 +1378,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1359,6 +1359,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1323,6 +1323,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>
@ -1563,13 +1577,13 @@ and time consuming than most other procedures. It may require practice and seve
<a href="Sponsors.html" class="md-footer__link md-footer__link--next" aria-label="Next: Sponsors" rel="next"> <a href="Load_Cell.html" class="md-footer__link md-footer__link--next" aria-label="Next: Load Cells" rel="next">
<div class="md-footer__title"> <div class="md-footer__title">
<div class="md-ellipsis"> <div class="md-ellipsis">
<span class="md-footer__direction"> <span class="md-footer__direction">
Next Next
</span> </span>
Sponsors Load Cells
</div> </div>
</div> </div>
<div class="md-footer__button md-icon"> <div class="md-footer__button md-icon">

View file

@ -1338,6 +1338,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1323,6 +1323,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1350,6 +1350,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1482,6 +1482,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1328,6 +1328,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1546,6 +1546,41 @@
</ul> </ul>
</nav> </nav>
</li>
<li class="md-nav__item">
<a href="#load_cell" class="md-nav__link">
[load_cell]
</a>
</li>
<li class="md-nav__item">
<a href="#load_cell_diagnostic" class="md-nav__link">
LOAD_CELL_DIAGNOSTIC
</a>
</li>
<li class="md-nav__item">
<a href="#load_cell_calibrate" class="md-nav__link">
LOAD_CELL_CALIBRATE
</a>
</li>
<li class="md-nav__item">
<a href="#load_cell_tare" class="md-nav__link">
LOAD_CELL_TARE
</a>
</li>
<li class="md-nav__item">
<a href="#load_cell_read-load_cellname" class="md-nav__link">
LOAD_CELL_READ load_cell="name"
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -3000,6 +3035,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>
@ -3793,6 +3842,41 @@
</ul> </ul>
</nav> </nav>
</li>
<li class="md-nav__item">
<a href="#load_cell" class="md-nav__link">
[load_cell]
</a>
</li>
<li class="md-nav__item">
<a href="#load_cell_diagnostic" class="md-nav__link">
LOAD_CELL_DIAGNOSTIC
</a>
</li>
<li class="md-nav__item">
<a href="#load_cell_calibrate" class="md-nav__link">
LOAD_CELL_CALIBRATE
</a>
</li>
<li class="md-nav__item">
<a href="#load_cell_tare" class="md-nav__link">
LOAD_CELL_TARE
</a>
</li>
<li class="md-nav__item">
<a href="#load_cell_read-load_cellname" class="md-nav__link">
LOAD_CELL_READ load_cell="name"
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -5354,6 +5438,34 @@ and RAW sensor value for calibration points.</p>
<p><code>ENABLE_FILAMENT_WIDTH_LOG</code>: Turn on diameter logging.</p> <p><code>ENABLE_FILAMENT_WIDTH_LOG</code>: Turn on diameter logging.</p>
<h4 id="disable_filament_width_log">DISABLE_FILAMENT_WIDTH_LOG<a class="headerlink" href="#disable_filament_width_log" title="Permanent link">&para;</a></h4> <h4 id="disable_filament_width_log">DISABLE_FILAMENT_WIDTH_LOG<a class="headerlink" href="#disable_filament_width_log" title="Permanent link">&para;</a></h4>
<p><code>DISABLE_FILAMENT_WIDTH_LOG</code>: Turn off diameter logging.</p> <p><code>DISABLE_FILAMENT_WIDTH_LOG</code>: Turn off diameter logging.</p>
<h3 id="load_cell">[load_cell]<a class="headerlink" href="#load_cell" title="Permanent link">&para;</a></h3>
<p>The following commands are enabled if a
<a href="Config_Reference.html#load_cell">load_cell config section</a> has been enabled.</p>
<h3 id="load_cell_diagnostic">LOAD_CELL_DIAGNOSTIC<a class="headerlink" href="#load_cell_diagnostic" title="Permanent link">&para;</a></h3>
<p><code>LOAD_CELL_DIAGNOSTIC [LOAD_CELL=&lt;config_name&gt;]</code>: This command collects 10
seconds of load cell data and reports statistics that can help you verify proper
operation of the load cell. This command can be run on both calibrated and
uncalibrated load cells.</p>
<h3 id="load_cell_calibrate">LOAD_CELL_CALIBRATE<a class="headerlink" href="#load_cell_calibrate" title="Permanent link">&para;</a></h3>
<p><code>LOAD_CELL_CALIBRATE [LOAD_CELL=&lt;config_name&gt;]</code>: Start the guided calibration
utility. Calibration is a 3 step process:</p>
<ol>
<li>First you remove all load from the load cell and run the <code>TARE</code> command</li>
<li>Next you apply a known load to the load cell and run the
<code>CALIBRATE GRAMS=nnn</code> command</li>
<li>Finally use the <code>ACCEPT</code> command to save the results</li>
</ol>
<p>You can cancel the calibration process at any time with <code>ABORT</code>.</p>
<h3 id="load_cell_tare">LOAD_CELL_TARE<a class="headerlink" href="#load_cell_tare" title="Permanent link">&para;</a></h3>
<p><code>LOAD_CELL_TARE [LOAD_CELL=&lt;config_name&gt;]</code>: This works just like the tare button
on digital scale. It sets the current raw reading of the load cell to be the
zero point reference value. The response is the percentage of the sensors range
that was read and the raw value in counts.</p>
<h3 id="load_cell_read-load_cellname">LOAD_CELL_READ load_cell="name"<a class="headerlink" href="#load_cell_read-load_cellname" title="Permanent link">&para;</a></h3>
<p><code>LOAD_CELL_READ [LOAD_CELL=&lt;config_name&gt;]</code>:
This command takes a reading from the load cell. The response is the percentage
of the sensors range that was read and the raw value in counts. If the load cell
is calibrated a force in grams is also reported.</p>
<h3 id="heaters">[heaters]<a class="headerlink" href="#heaters" title="Permanent link">&para;</a></h3> <h3 id="heaters">[heaters]<a class="headerlink" href="#heaters" title="Permanent link">&para;</a></h3>
<p>The heaters module is automatically loaded if a heater is defined in <p>The heaters module is automatically loaded if a heater is defined in
the config file.</p> the config file.</p>

View file

@ -1351,6 +1351,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1360,6 +1360,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1405,6 +1405,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

1673
Load_Cell.html Normal file

File diff suppressed because it is too large Load diff

View file

@ -1377,6 +1377,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1352,6 +1352,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1589,6 +1589,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1292,6 +1292,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1339,6 +1339,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1342,6 +1342,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>
@ -1547,6 +1561,7 @@ communication with the Klipper developers.</li>
<li><a href="TSL1401CL_Filament_Width_Sensor.html">TSL1401CL filament width sensor</a></li> <li><a href="TSL1401CL_Filament_Width_Sensor.html">TSL1401CL filament width sensor</a></li>
<li><a href="Hall_Filament_Width_Sensor.html">Hall filament width sensor</a></li> <li><a href="Hall_Filament_Width_Sensor.html">Hall filament width sensor</a></li>
<li><a href="Eddy_Probe.html">Eddy Current Inductive probe</a></li> <li><a href="Eddy_Probe.html">Eddy Current Inductive probe</a></li>
<li><a href="Load_Cell.html">Load Cells</a></li>
</ul> </ul>

View file

@ -1344,6 +1344,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1330,6 +1330,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1353,6 +1353,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1431,6 +1431,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1372,6 +1372,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1404,6 +1404,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1448,6 +1448,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1373,6 +1373,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1378,6 +1378,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1351,6 +1351,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1372,6 +1372,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1280,6 +1280,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>
@ -1524,7 +1538,7 @@ supporting these projects.</p>
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Footer">
<a href="Eddy_Probe.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: Eddy Current Inductive probe" rel="prev"> <a href="Load_Cell.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: Load Cells" rel="prev">
<div class="md-footer__button md-icon"> <div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</div> </div>
@ -1533,7 +1547,7 @@ supporting these projects.</p>
<span class="md-footer__direction"> <span class="md-footer__direction">
Previous Previous
</span> </span>
Eddy Current Inductive probe Load Cells
</div> </div>
</div> </div>
</a> </a>

View file

@ -1008,6 +1008,13 @@
led led
</a> </a>
</li>
<li class="md-nav__item">
<a href="#load_cell" class="md-nav__link">
load_cell
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1654,6 +1661,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>
@ -1853,6 +1874,13 @@
led led
</a> </a>
</li>
<li class="md-nav__item">
<a href="#load_cell" class="md-nav__link">
load_cell
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -2357,6 +2385,17 @@ is always available):</p>
chain could be accessed at chain could be accessed at
<code>printer["neopixel &lt;config_name&gt;"].color_data[1][2]</code>.</li> <code>printer["neopixel &lt;config_name&gt;"].color_data[1][2]</code>.</li>
</ul> </ul>
<h2 id="load_cell">load_cell<a class="headerlink" href="#load_cell" title="Permanent link">&para;</a></h2>
<p>The following information is available for each <code>[load_cell name]</code>:</p>
<ul>
<li>'is_calibrated': True/False is the load cell calibrated</li>
<li>'counts_per_gram': The number of raw sensor counts that equals 1 gram of force</li>
<li>'reference_tare_counts': The reference number of raw sensor counts for 0 force</li>
<li>'tare_counts': The current number of raw sensor counts for 0 force</li>
<li>'force_g': The force in grams, averaged over the last polling period.</li>
<li>'min_force_g': The minimum force in grams, over the last polling period.</li>
<li>'max_force_g': The maximum force in grams, over the last polling period.</li>
</ul>
<h2 id="manual_probe">manual_probe<a class="headerlink" href="#manual_probe" title="Permanent link">&para;</a></h2> <h2 id="manual_probe">manual_probe<a class="headerlink" href="#manual_probe" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <p>The following information is available in the
<code>manual_probe</code> object:</p> <code>manual_probe</code> object:</p>

View file

@ -1529,6 +1529,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1330,6 +1330,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1337,6 +1337,20 @@
<li class="md-nav__item">
<a href="Load_Cell.html" class="md-nav__link">
Load Cells
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -156,4 +156,5 @@ nav:
- TSL1401CL_Filament_Width_Sensor.md - TSL1401CL_Filament_Width_Sensor.md
- Hall_Filament_Width_Sensor.md - Hall_Filament_Width_Sensor.md
- Eddy_Probe.md - Eddy_Probe.md
- Load_Cell.md
- Sponsors.md - Sponsors.md

View file

@ -141,4 +141,5 @@ nav:
- TSL1401CL_Filament_Width_Sensor.md - TSL1401CL_Filament_Width_Sensor.md
- Hall_Filament_Width_Sensor.md - Hall_Filament_Width_Sensor.md
- Eddy_Probe.md - Eddy_Probe.md
- Load_Cell.md
- Sponsors.md - Sponsors.md

View file

@ -1275,6 +1275,20 @@
<li class="md-nav__item">
<a href="/Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1511,6 +1511,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1359,6 +1359,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1374,6 +1374,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1393,6 +1393,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1339,6 +1339,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1562,6 +1562,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1469,6 +1469,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1423,6 +1423,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1495,6 +1495,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1365,6 +1365,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1364,6 +1364,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1364,6 +1364,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1364,6 +1364,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1379,6 +1379,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1415,6 +1415,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1321,6 +1321,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -2594,6 +2594,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1379,6 +1379,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1370,6 +1370,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1378,6 +1378,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1359,6 +1359,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1323,6 +1323,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1338,6 +1338,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1323,6 +1323,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1350,6 +1350,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1482,6 +1482,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1328,6 +1328,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -3000,6 +3000,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1351,6 +1351,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1360,6 +1360,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1405,6 +1405,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1377,6 +1377,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1352,6 +1352,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1589,6 +1589,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1292,6 +1292,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1275,6 +1275,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1339,6 +1339,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1342,6 +1342,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1344,6 +1344,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1330,6 +1330,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

View file

@ -1353,6 +1353,20 @@
<li class="md-nav__item">
<a href="Load_Cell.md" class="md-nav__link">
None
</a>
</li>
</ul> </ul>
</nav> </nav>
</li> </li>

Some files were not shown because too many files have changed in this diff Show more