diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-03-12 13:47:16 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-03 17:27:14 -0400 |
commit | 49bdc6fbd18f2bc746e7883e635256137e69486b (patch) | |
tree | 5b046c24b77336e95120606b39f12e3242bdf256 /config/example.cfg | |
parent | 57f279677fb7a609af81bdcd3aaf967d3ee5a949 (diff) | |
download | kutter-49bdc6fbd18f2bc746e7883e635256137e69486b.tar.gz kutter-49bdc6fbd18f2bc746e7883e635256137e69486b.tar.xz kutter-49bdc6fbd18f2bc746e7883e635256137e69486b.zip |
corexy: Initial corexy kinematic implementation
Add initial support for corexy kinematics.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/example.cfg b/config/example.cfg index d94e2b03..8abaf9f7 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -1,6 +1,8 @@ # This file serves as documentation for config parameters. One may # copy and edit this file to configure a new cartesian style -# printer. For delta style printers, see the "example-delta.cfg" file. +# printer. For delta style printers, see the "example-delta.cfg" +# file. For corexy/h-bot style printers, see the "example-corexy.cfg" +# file. # DO NOT COPY THIS FILE WITHOUT CAREFULLY READING AND UPDATING IT # FIRST. Incorrectly configured parameters may cause damage. |