Deploying to gh-pages from @ Klipper3d/klipper@848a78d1a5 🚀
This commit is contained in:
@@ -1350,7 +1350,7 @@
|
||||
<h1 id="hall-filament-width-sensor">Hall filament width sensor<a class="headerlink" href="#hall-filament-width-sensor" title="Permanent link">¶</a></h1>
|
||||
<p>This document describes Filament Width Sensor host module. Hardware used for
|
||||
developing this host module is based on two Hall linear sensors (ss49e for
|
||||
example). Sensors in the body are located opposite sides. Principle of operation:
|
||||
example). Sensors in the body are located on opposite sides. Principle of operation:
|
||||
two hall sensors work in differential mode, temperature drift same for sensor.
|
||||
Special temperature compensation not needed.</p>
|
||||
<p>You can find designs at <a href="https://www.thingiverse.com/thing:4138933">Thingiverse</a>,
|
||||
@@ -1361,9 +1361,9 @@ an assembly video is also available on <a href="https://www.youtube.com/watch?v=
|
||||
<h2 id="how-does-it-work">How does it work?<a class="headerlink" href="#how-does-it-work" title="Permanent link">¶</a></h2>
|
||||
<p>Sensor generates two analog output based on calculated filament width. Sum of
|
||||
output voltage always equals to detected filament width. Host module monitors
|
||||
voltage changes and adjusts extrusion multiplier. I use aux2 connector on
|
||||
ramps-like board analog11 and analog12 pins. You can use different pins and
|
||||
differenr boards.</p>
|
||||
voltage changes and adjusts extrusion multiplier. I use the aux2 connector on
|
||||
a ramps-like board with the analog11 and analog12 pins. You can use different pins
|
||||
and different boards.</p>
|
||||
<h2 id="template-for-menu-variables">Template for menu variables<a class="headerlink" href="#template-for-menu-variables" title="Permanent link">¶</a></h2>
|
||||
<div class="highlight"><pre><span></span><code>[menu __main __filament __width_current]
|
||||
type: command
|
||||
|
||||
Reference in New Issue
Block a user