Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7083879 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOConnor committed Jan 10, 2025
1 parent 940d439 commit 327977f
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Code_Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1851,10 +1851,10 @@ <h2 id="adding-new-kinematics">Adding new kinematics<a class="headerlink" href="
be efficient as it is typically only called during homing and
probing operations.</li>
<li>Other methods. Implement the <code>check_move()</code>, <code>get_status()</code>,
<code>get_steppers()</code>, <code>home()</code>, and <code>set_position()</code> methods. These
functions are typically used to provide kinematic specific checks.
However, at the start of development one can use boiler-plate code
here.</li>
<code>get_steppers()</code>, <code>home()</code>, <code>clear_homing_state()</code>, and <code>set_position()</code>
methods. These functions are typically used to provide kinematic
specific checks. However, at the start of development one can use
boiler-plate code here.</li>
<li>Implement test cases. Create a g-code file with a series of moves
that can test important cases for the given kinematics. Follow the
<a href="Debugging.html">debugging documentation</a> to convert this g-code file
Expand Down
21 changes: 12 additions & 9 deletions G-Codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5250,15 +5250,18 @@ <h4 id="force_move_1">FORCE_MOVE<a class="headerlink" href="#force_move_1" title
state; issue a G28 afterwards to reset the kinematics. This command is
intended for low-level diagnostics and debugging.</p>
<h4 id="set_kinematic_position">SET_KINEMATIC_POSITION<a class="headerlink" href="#set_kinematic_position" title="Permanent link">&para;</a></h4>
<p><code>SET_KINEMATIC_POSITION [X=&lt;value&gt;] [Y=&lt;value&gt;] [Z=&lt;value&gt;]</code>: Force
the low-level kinematic code to believe the toolhead is at the given
cartesian position. This is a diagnostic and debugging command; use
SET_GCODE_OFFSET and/or G92 for regular axis transformations. If an
axis is not specified then it will default to the position that the
head was last commanded to. Setting an incorrect or invalid position
may lead to internal software errors. This command may invalidate
future boundary checks; issue a G28 afterwards to reset the
kinematics.</p>
<p><code>SET_KINEMATIC_POSITION [X=&lt;value&gt;] [Y=&lt;value&gt;] [Z=&lt;value&gt;]
[CLEAR=&lt;[X][Y][Z]&gt;]</code>: Force the low-level kinematic code to believe the
toolhead is at the given cartesian position. This is a diagnostic and
debugging command; use SET_GCODE_OFFSET and/or G92 for regular axis
transformations. If an axis is not specified then it will default to the
position that the head was last commanded to. Setting an incorrect or
invalid position may lead to internal software errors. Use the CLEAR
parameter to forget the homing state for the given axes. Note that CLEAR
will not override the previous functionality; if an axis is not specified
to CLEAR it will have its kinematic position set as per above. This
command may invalidate future boundary checks; issue a G28 afterwards to
reset the kinematics.</p>
<h3 id="gcode">[gcode]<a class="headerlink" href="#gcode" title="Permanent link">&para;</a></h3>
<p>The gcode module is automatically loaded.</p>
<h4 id="restart">RESTART<a class="headerlink" href="#restart" title="Permanent link">&para;</a></h4>
Expand Down
Binary file modified _klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified fr/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified fr/sitemap.xml.gz
Binary file not shown.
Binary file modified hu/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified hu/sitemap.xml.gz
Binary file not shown.
Binary file modified it/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified it/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
Binary file modified zh-Hant/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified zh-Hant/sitemap.xml.gz
Binary file not shown.
Binary file modified zh/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified zh/sitemap.xml.gz
Binary file not shown.

0 comments on commit 327977f

Please sign in to comment.