diff options
author | Tircown <74233386+Tircown@users.noreply.github.com> | 2022-09-01 21:56:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 15:56:31 -0400 |
commit | 354915d2ad0e17f5b7df98c1e78da1585c52f441 (patch) | |
tree | 9ea85bee77c0ba23af891061e3feaa89e287bd35 /test | |
parent | ec4ecd7a7076f57993f23ad80c568a1fe2b86260 (diff) | |
download | kutter-354915d2ad0e17f5b7df98c1e78da1585c52f441.tar.gz kutter-354915d2ad0e17f5b7df98c1e78da1585c52f441.tar.xz kutter-354915d2ad0e17f5b7df98c1e78da1585c52f441.zip |
kinematics: Add deltesian printers (#5743)
Initial push of the working deltesian kinematics after some successful tests.
Signed-off-by: Fabrice GALLET <tircown@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index e5ab8fc1..7cab25cb 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -9,6 +9,7 @@ CONFIG ../../config/example-corexz.cfg CONFIG ../../config/example-hybrid-corexy.cfg CONFIG ../../config/example-hybrid-corexz.cfg CONFIG ../../config/example-delta.cfg +CONFIG ../../config/example-deltesian.cfg CONFIG ../../config/example-rotary-delta.cfg CONFIG ../../config/example-winch.cfg |