Deploying to gh-pages from @ Klipper3d/klipper@0105aa330f 🚀

This commit is contained in:
KevinOConnor
2024-03-14 01:33:36 +00:00
parent 9e21e772af
commit a86d3dac7b
19 changed files with 52 additions and 30 deletions

View File

@@ -1622,8 +1622,8 @@ by printing a test model.</p>
to 5.0. It is not advised to increase it when using input shaper
because it can cause more smoothing in parts - it is better to use
higher acceleration value instead.</li>
<li>Increase <code>max_accel_to_decel</code> by issuing the following command:
<code>SET_VELOCITY_LIMIT ACCEL_TO_DECEL=7000</code></li>
<li>Disable the <code>miminum_cruise_ratio</code> feature by issuing the following
command: <code>SET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0</code></li>
<li>Disable Pressure Advance: <code>SET_PRESSURE_ADVANCE ADVANCE=0</code></li>
<li>If you have already added <code>[input_shaper]</code> section to the printer.cfg,
execute <code>SET_INPUT_SHAPER SHAPER_FREQ_X=0 SHAPER_FREQ_Y=0</code> command. If you
@@ -1714,7 +1714,7 @@ a few other related parameters.</p>
<p>Print the ringing test model as follows:</p>
<ol>
<li>Restart the firmware: <code>RESTART</code></li>
<li>Prepare for test: <code>SET_VELOCITY_LIMIT ACCEL_TO_DECEL=7000</code></li>
<li>Prepare for test: <code>SET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0</code></li>
<li>Disable Pressure Advance: <code>SET_PRESSURE_ADVANCE ADVANCE=0</code></li>
<li>Execute: <code>SET_INPUT_SHAPER SHAPER_TYPE=MZV</code></li>
<li>Execute the command:
@@ -1814,7 +1814,7 @@ frequencies after enabling [input_shaper], this section will not help with that.
<p>Assuming that you have sliced the ringing model with suggested
parameters, complete the following steps for each of the axes X and Y:</p>
<ol>
<li>Prepare for test: <code>SET_VELOCITY_LIMIT ACCEL_TO_DECEL=7000</code></li>
<li>Prepare for test: <code>SET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0</code></li>
<li>Make sure Pressure Advance is disabled: <code>SET_PRESSURE_ADVANCE ADVANCE=0</code></li>
<li>Execute: <code>SET_INPUT_SHAPER SHAPER_TYPE=ZV</code></li>
<li>From the existing ringing test model with your chosen input shaper select
@@ -1867,7 +1867,7 @@ with suggested parameters, print the test model 3 times as
follows. First time, prior to printing, run</p>
<ol>
<li><code>RESTART</code></li>
<li><code>SET_VELOCITY_LIMIT ACCEL_TO_DECEL=7000</code></li>
<li><code>SET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0</code></li>
<li><code>SET_PRESSURE_ADVANCE ADVANCE=0</code></li>
<li><code>SET_INPUT_SHAPER SHAPER_TYPE=2HUMP_EI SHAPER_FREQ_X=60 SHAPER_FREQ_Y=60</code></li>
<li><code>TUNING_TOWER COMMAND=SET_VELOCITY_LIMIT PARAMETER=ACCEL START=1500 STEP_DELTA=500 STEP_HEIGHT=5</code></li>