diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-03-07 19:13:37 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-03-07 19:13:37 -0500 |
commit | 4fcf0ff2acacaef051d0792924b2ac1c82e16076 (patch) | |
tree | fb768b22292054867ef4173864abf9e6cb520e1f | |
parent | c19af4fb2b811dddaf314550307e7bd312aeca94 (diff) | |
download | kutter-4fcf0ff2acacaef051d0792924b2ac1c82e16076.tar.gz kutter-4fcf0ff2acacaef051d0792924b2ac1c82e16076.tar.xz kutter-4fcf0ff2acacaef051d0792924b2ac1c82e16076.zip |
docs: Fix typo in description of fan pin.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example.cfg b/config/example.cfg index af418ca6..afa14082 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -217,7 +217,7 @@ max_temp: 110 # Extruder print fan (omit section if fan not present) [fan] pin: ar14 -# PWM output pin controlling the heater. This parameter must be +# PWM output pin controlling the fan. This parameter must be # provided. hard_pwm: 1 # Set this value to force hardware PWM instead of software PWM. Set |