diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-02-05 14:34:05 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-02-05 14:34:05 -0500 |
commit | 6ea36de9f2da5770cb233c1c10c79a208d822037 (patch) | |
tree | ce85755959b9fdc60308acf2111821db4476b222 | |
parent | e0cedfb853c6495e352daff98b34b316d5a71d57 (diff) | |
download | kutter-6ea36de9f2da5770cb233c1c10c79a208d822037.tar.gz kutter-6ea36de9f2da5770cb233c1c10c79a208d822037.tar.xz kutter-6ea36de9f2da5770cb233c1c10c79a208d822037.zip |
config: Add a pointer to example-extras.cfg at the end of example.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index 567b162d..e20fee09 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -311,3 +311,6 @@ max_z_accel: 30 # centripetal velocity cornering algorithm. A larger number will # permit higher "cornering speeds" at the junction of two moves. The # default is 0.02mm. + + +# Looking for more options? Check the example-extras.cfg file. |