forked from Klipper3d/klipper
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generic_cartesian: Added SET_STEPPER_KINEMATICS command
The new command allows to alter the behavior of the steppers at run time. Option DISABLE_CHECKS=1 allows advanced and potentially unsafe modifications of stepper kinematics, e.g. disabling the stepper, or configuring incomplete motion kinematics, which can be useful for advanced fully custom homing procedures. The latter required implementing computation of the kinematics matrix inverse via SVD. Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
- Loading branch information
1 parent
4ce0755
commit d2eeee1
Showing
11 changed files
with
366 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.