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-delta.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-delta.cfg')
-rw-r--r-- | config/example-delta.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg index add26f52..f1b93bed 100644 --- a/config/example-delta.cfg +++ b/config/example-delta.cfg @@ -20,7 +20,7 @@ homing_speed: 50.0 position_endstop: 297.05 # The stepper_b section describes the stepper controlling the front -# right tower (at 330 degrees) +# right tower (at 330 degrees). [stepper_b] step_pin: ar60 dir_pin: ar61 @@ -30,7 +30,7 @@ endstop_pin: ^ar15 position_endstop: 297.05 # The stepper_c section describes the stepper controlling the rear -# tower (at 90 degrees) +# tower (at 90 degrees). [stepper_c] step_pin: ar46 dir_pin: ar48 @@ -64,7 +64,7 @@ control: watermark min_temp: 0 max_temp: 130 -# Extruder print fan (omit section if fan not present) +# Extruder print fan (omit section if fan not present). #[fan] #pin: ar9 |