diff options
author | Voron <44981431+VoronDesign@users.noreply.github.com> | 2020-07-30 09:42:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 12:42:23 -0400 |
commit | 9213646c63c6027a7c43ad254ba9cf09ebd166df (patch) | |
tree | d1f0fd11b0b68c87a1577f72c7320f9a9057e5d4 /test/klippy/printers.test | |
parent | f3b980c1b273ede20f5db5d017ce0bcc715640eb (diff) | |
download | kutter-9213646c63c6027a7c43ad254ba9cf09ebd166df.tar.gz kutter-9213646c63c6027a7c43ad254ba9cf09ebd166df.tar.xz kutter-9213646c63c6027a7c43ad254ba9cf09ebd166df.zip |
corexz: Add CoreXZ kinematics (#3129)
Add a CoreXZ kinematics
Signed-off-by: Maks Zolin <mzolin@vorondesign.com>
Diffstat (limited to 'test/klippy/printers.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 b8c5f441..c77e720b 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -5,6 +5,7 @@ GCODE move.gcode DICTIONARY atmega2560.dict CONFIG ../../config/example.cfg CONFIG ../../config/example-corexy.cfg +CONFIG ../../config/example-corexz.cfg CONFIG ../../config/example-delta.cfg CONFIG ../../config/example-rotary-delta.cfg CONFIG ../../config/example-winch.cfg |