diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-05-21 11:47:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-05-21 11:51:58 -0400 |
commit | 944c121a00366dffc87643fbcf93df0aef5e1889 (patch) | |
tree | 137f1227b3840985098d27ac41d919443d02aa76 /config/example-corexy.cfg | |
parent | c9b66621381fda9d3af02253ca30c0119b62d7b2 (diff) | |
download | kutter-944c121a00366dffc87643fbcf93df0aef5e1889.tar.gz kutter-944c121a00366dffc87643fbcf93df0aef5e1889.tar.xz kutter-944c121a00366dffc87643fbcf93df0aef5e1889.zip |
config: Add periods to end of sentences in example configs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-corexy.cfg')
-rw-r--r-- | config/example-corexy.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-corexy.cfg b/config/example-corexy.cfg index 6d3f8a98..824eb4b0 100644 --- a/config/example-corexy.cfg +++ b/config/example-corexy.cfg @@ -8,7 +8,7 @@ # FIRST. Incorrectly configured parameters may cause damage. # The stepper_x section is used to describe the X axis as well as the -# stepper controlling the X+Y movement +# stepper controlling the X+Y movement. [stepper_x] step_pin: ar54 dir_pin: ar55 @@ -21,7 +21,7 @@ position_endstop: 0 position_max: 200 # The stepper_y section is used to describe the Y axis as well as the -# stepper controlling the X-Y movement +# stepper controlling the X-Y movement. [stepper_y] step_pin: ar60 dir_pin: ar61 |