mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 13:34:06 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@4d4b9684a5 🚀
This commit is contained in:
parent
bf7f57f0e3
commit
ca9f5cd77d
14 changed files with 21 additions and 1 deletions
|
@ -6254,6 +6254,26 @@ carriages: u-y
|
|||
...
|
||||
</code></pre></div>
|
||||
|
||||
<p><code>[dual_carriage]</code> requires special configuration for the input shaper.
|
||||
In general, it is necessary to run input shaper calibration twice -
|
||||
for the <code>dual_carriage</code> and its <code>primary_carriage</code> for the axis they
|
||||
share. Then the input shaper can be configured as follows, assuming the
|
||||
example above:</p>
|
||||
<div class="highlight"><pre><span></span><code>[input_shaper]
|
||||
# Intentionally empty
|
||||
|
||||
[delayed_gcode init_shaper]
|
||||
initial_duration: 0.1
|
||||
gcode:
|
||||
SET_DUAL_CARRIAGE CARRIAGE=u
|
||||
SET_INPUT_SHAPER SHAPER_TYPE_X=<dual_carriage_x_shaper> SHAPER_FREQ_X=<dual_carriage_x_freq> SHAPER_TYPE_Y=<y_shaper> SHAPER_FREQ_Y=<y_freq>
|
||||
SET_DUAL_CARRIAGE CARRIAGE=x
|
||||
SET_INPUT_SHAPER SHAPER_TYPE_X=<primary_carriage_x_shaper> SHAPER_FREQ_X=<primary_carriage_x_freq> SHAPER_TYPE_Y=<y_shaper> SHAPER_FREQ_Y=<y_freq>
|
||||
</code></pre></div>
|
||||
|
||||
<p>Note that <code>SHAPER_TYPE_Y</code> and <code>SHAPER_FREQ_Y</code> must be the same in both
|
||||
commands in this case, since the same motors drive Y axis when either
|
||||
of the <code>x</code> and <code>u</code> carriages are active.</p>
|
||||
<p>It is worth noting that <code>generic_cartesian</code> kinematic can support two
|
||||
dual carriages for X and Y axes. For reference, see for instance a
|
||||
<a href="https://github.com/Klipper3d/klipper/blob/master/config/sample-corexyuv.cfg">sample</a> of CoreXYUV configuration.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue