Skip to content

Commit

Permalink
Deploying to gh-pages from @ DangerKlippers/danger-klipper@f2f752d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnance committed Sep 14, 2023
1 parent b641da9 commit c13dc0c
Show file tree
Hide file tree
Showing 13 changed files with 1,652 additions and 6 deletions.
94 changes: 94 additions & 0 deletions Config_Reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,13 @@
[axis_twist_compensation]
</a>

</li>

<li class="md-nav__item">
<a href="#z_calibration" class="md-nav__link">
⚠️ [z_calibration]
</a>

</li>

</ul>
Expand Down Expand Up @@ -2934,6 +2941,13 @@
[axis_twist_compensation]
</a>

</li>

<li class="md-nav__item">
<a href="#z_calibration" class="md-nav__link">
⚠️ [z_calibration]
</a>

</li>

</ul>
Expand Down Expand Up @@ -5544,6 +5558,86 @@ <h3 id="axis_twist_compensation">[axis_twist_compensation]<a class="headerlink"
# be near the center of the bed
</code></pre></div>

<h3 id="z_calibration">⚠️ [z_calibration]<a class="headerlink" href="#z_calibration" title="Permanent link">&para;</a></h3>
<p>Automatic Z offset calibration. One may define this section if the printer
is able to calibrate the nozzle's offset automatically. See
<a href="Z_Calibration.html">Z-Calibration guide</a> and
<a href="G-Codes.html#automatic-z-offset-calibration">command reference</a> for further
information.</p>
<div class="highlight"><pre><span></span><code>[z_calibration]
nozzle_xy_position:
# A X, Y coordinate (e.g. 100,100) of the nozzle, clicking on the Z endstop.
switch_xy_position:
# A X, Y coordinate (e.g. 100,100) of the probe&#39;s switch body, clicking on
# the Z endstop.
bed_xy_position: default from relative_reference_index of bed_mesh
# a X, Y coordinate (e.g. 100,100) where the print surface (e.g. the center
# point) is probed. These coordinates will be adapted by the
# probe&#39;s X and Y offsets. The default is the relative_reference_index
# of the configured bed_mesh, if configured. It&#39;s possible to change the relative
# reference index at runtime or use the GCode argument BED_POSITION of CALIBRATE_Z.
switch_offset:
# The trigger point offset of the used mag-probe switch.
# Larger values will position the nozzle closer to the bed.
# This needs to be find out manually. More on this later
# in this section..
max_deviation: 1.0
# The maximum allowed deviation of the calculated offset.
# If the offset exceeds this value, it will stop!
# The default is 1.0 mm.
samples: default from &quot;probe:samples&quot; section
# The number of times to probe each point. The probed z-values
# will be averaged. The default is from the probe&#39;s configuration.
samples_tolerance: default from &quot;probe:samples_tolerance&quot; section
# The maximum Z distance (in mm) that a sample may differ from other
# samples. The default is from the probe&#39;s configuration.
samples_tolerance_retries: default from &quot;probe:samples_tolerance_retries&quot; section
# The number of times to retry if a sample is found that exceeds
# samples_tolerance. The default is from the probe&#39;s configuration.
samples_result: default from &quot;probe:samples_result&quot; section
# The calculation method when sampling more than once - either
# &quot;median&quot; or &quot;average&quot;. The default is from the probe&#39;s configuration.
clearance: 2 * z_offset from the &quot;probe:z_offset&quot; section
# The distance in mm to move up before moving to the next
# position. The default is two times the z_offset from the probe&#39;s
# configuration.
position_min: default from &quot;stepper_z:position_min&quot; section.
# Minimum valid distance (in mm) used for probing move. The
# default is from the Z rail configuration.
speed: 50
# The moving speed in X and Y. The default is 50 mm/s.
lift_speed: default from &quot;probe:lift_speed&quot; section
# Speed (in mm/s) of the Z axis when lifting the probe between
# samples and clearance moves. The default is from the probe&#39;s
# configuration.
probing_speed: default from &quot;stepper_z:homing_speed&quot; section.
# The fast probing speed (in mm/s) used, when probing_first_fast
# is activated. The default is from the Z rail configuration.
probing_second_speed: default from &quot;stepper_z:second_homing_speed&quot; section.
# The slower speed (in mm/s) for probing the recorded samples.
# The default is second_homing_speed of the Z rail configuration.
probing_retract_dist: default from &quot;stepper_z:homing_retract_dist&quot; section.
# Distance to retract (in mm) before probing the next sample.
# The default is homing_retract_dist from the Z rail configuration.
probing_first_fast: false
# If true, the first probing is done faster by the probing speed.
# This is to get faster down and the result is not recorded as a
# probing sample. The default is false.
start_gcode:
# A list of G-Code commands to execute prior to each calibration command.
# See docs/Command_Templates.md for G-Code format. This can be used to
# attach the probe.
before_switch_gcode:
# A list of G-Code commands to execute prior to each probing on the
# mag-probe. See docs/Command_Templates.md for G-Code format. This can be
# used to attach the probe after probing on the nozzle and before probing
# on the mag-probe.
end_gcode:
# A list of G-Code commands to execute after each calibration command.
# See docs/Command_Templates.md for G-Code format. This can be used to
# detach the probe afterwards.
</code></pre></div>

<h2 id="additional-stepper-motors-and-extruders">Additional stepper motors and extruders<a class="headerlink" href="#additional-stepper-motors-and-extruders" title="Permanent link">&para;</a></h2>
<h3 id="stepper_z1">[stepper_z1]<a class="headerlink" href="#stepper_z1" title="Permanent link">&para;</a></h3>
<p>Multi-stepper axes. On a cartesian style printer, the stepper
Expand Down
40 changes: 35 additions & 5 deletions G-Codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2081,10 +2081,10 @@

<li class="md-nav__item">
<a href="#smart_effector" class="md-nav__link">
[smart_effector]
⚠️ [smart_effector]
</a>

<nav class="md-nav" aria-label="[smart_effector]">
<nav class="md-nav" aria-label="⚠️ [smart_effector]">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -2292,6 +2292,13 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#z_calibration" class="md-nav__link">
⚠️ [z_calibration]
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4212,10 +4219,10 @@

<li class="md-nav__item">
<a href="#smart_effector" class="md-nav__link">
[smart_effector]
⚠️ [smart_effector]
</a>

<nav class="md-nav" aria-label="[smart_effector]">
<nav class="md-nav" aria-label="⚠️ [smart_effector]">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -4423,6 +4430,13 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#z_calibration" class="md-nav__link">
⚠️ [z_calibration]
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -5486,7 +5500,7 @@ <h4 id="skew_profile">SKEW_PROFILE<a class="headerlink" href="#skew_profile" tit
profile matching the supplied name from persistent memory. Note that
after SAVE or REMOVE operations have been run the SAVE_CONFIG gcode
must be run to make the changes to persistent memory permanent.</p>
<h3 id="smart_effector">[smart_effector]<a class="headerlink" href="#smart_effector" title="Permanent link">&para;</a></h3>
<h3 id="smart_effector">⚠️ [smart_effector]<a class="headerlink" href="#smart_effector" title="Permanent link">&para;</a></h3>
<p>Several commands are available when a
<a href="Config_Reference.html#smart_effector">smart_effector config section</a> is enabled.
Be sure to check the official documentation for the Smart Effector on the
Expand Down Expand Up @@ -5642,6 +5656,22 @@ <h4 id="set_z_thermal_adjust">SET_Z_THERMAL_ADJUST<a class="headerlink" href="#s
the config. <code>REF_TEMP</code> manually overrides the reference temperature typically
set during homing (for use in e.g. non-standard homing routines) - will be reset
automatically upon homing.</p>
<h3 id="z_calibration">⚠️ [z_calibration]<a class="headerlink" href="#z_calibration" title="Permanent link">&para;</a></h3>
<p>The following commands are available when a
<a href="Config_Reference.html#z_calibration">z_calibration config section</a> is enabled
(also see the <a href="Z_Calibration.html">Z-Calibration guide</a>):</p>
<ul>
<li><code>CALIBRATE_Z</code>: This calibrates the current offset between the nozzle and
the print surface.</li>
<li><code>PROBE_Z_ACCURACY [PROBE_SPEED=&lt;mm/s&gt;] [LIFT_SPEED=&lt;mm/s&gt;] [SAMPLES=&lt;count&gt;]
[SAMPLE_RETRACT_DIST=&lt;mm&gt;]</code>: Calculate the maximum, minimum,
average, median, and standard deviation of multiple probe
samples. By default, 10 SAMPLES are taken. Otherwise the optional
parameters default to their equivalent setting in the z_calibration or probe
config section.
<em>Note</em> that appropriate macros and/or configurations are needed to attach
and detach a mag-probe for these commands!</li>
</ul>
<h3 id="z_tilt">[z_tilt]<a class="headerlink" href="#z_tilt" title="Permanent link">&para;</a></h3>
<p>The following commands are available when the
<a href="Config_Reference.html#z_tilt">z_tilt config section</a> is enabled.</p>
Expand Down
Loading

0 comments on commit c13dc0c

Please sign in to comment.