diff options
author | Tircown <74233386+Tircown@users.noreply.github.com> | 2021-05-03 20:31:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 14:31:23 -0400 |
commit | f2c74ec0239ca9fe4b6c84d05337e86fa093b492 (patch) | |
tree | 3c1c71a52b298fc8602a2518082a7d0ae4494dfa /test | |
parent | f10247a498f2a73f5b2ffab931ff427951bf5342 (diff) | |
download | kutter-f2c74ec0239ca9fe4b6c84d05337e86fa093b492.tar.gz kutter-f2c74ec0239ca9fe4b6c84d05337e86fa093b492.tar.xz kutter-f2c74ec0239ca9fe4b6c84d05337e86fa093b492.zip |
kinematics: Add hybrid-corexy and hybrid-corexz (#4229)
Signed-off-by: Fabrice GALLET <tircown@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 460e6281..74a5973f 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -6,6 +6,8 @@ DICTIONARY atmega2560.dict CONFIG ../../config/example-cartesian.cfg CONFIG ../../config/example-corexy.cfg 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-rotary-delta.cfg CONFIG ../../config/example-winch.cfg |