Deploying to gh-pages from @ Klipper3d/klipper@8cdb2278d7 🚀

This commit is contained in:
KevinOConnor
2022-09-14 21:51:08 +00:00
parent 631b687770
commit f6d89bb8b0
12 changed files with 17 additions and 1 deletions

View File

@@ -2044,6 +2044,22 @@ restrictions:</p>
limit (which may skew the stall detection). The pause is necessary
to ensure the driver's stall flag is cleared prior to homing again.</li>
</ol>
<p>An example CoreXY homing macro might look like:</p>
<div class="highlight"><pre><span></span><code>[gcode_macro HOME]
gcode:
G90
# Home Z
G28 Z0
G1 Z10 F1200
# Home Y
G28 Y0
G1 Y5 F1200
# Home X
G4 P2000
G28 X0
G1 X5 F1200
</code></pre></div>
<h2 id="querying-and-diagnosing-driver-settings">Querying and diagnosing driver settings<a class="headerlink" href="#querying-and-diagnosing-driver-settings" title="Permanent link">&para;</a></h2>
<p>The `<a href="G-Codes.html#dump_tmc">DUMP_TMC command</a> is a useful tool when
configuring and diagnosing the drivers. It will report all fields