mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 21:44:13 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@7083879700 🚀
This commit is contained in:
parent
940d4394f7
commit
327977f576
15 changed files with 17 additions and 14 deletions
|
@ -1851,10 +1851,10 @@ should only need to update the host software.</p>
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue