aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-05-24 11:49:56 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-05-24 23:58:48 -0400
commit686d557863b5a529ec26c017ecd6bf7f5f05eb86 (patch)
treeb56567725ae6d59c9bae8db6469ae4b5d648785e /docs
parent5afa5d3fbb2037f2c5ab1c93435bc9547de25894 (diff)
downloadkutter-686d557863b5a529ec26c017ecd6bf7f5f05eb86.tar.gz
kutter-686d557863b5a529ec26c017ecd6bf7f5f05eb86.tar.xz
kutter-686d557863b5a529ec26c017ecd6bf7f5f05eb86.zip
tmc5160: Change the default for the pwm_freq field to zero
The tmc5160 spec shows a default of zero, so use that same default for Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Config_Changes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 24a26d6e..c0367bfa 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,9 @@ All dates in this document are approximate.
# Changes
+20200524: The default value for the tmc5160 pwm_freq field is now zero
+(instead of one).
+
20200425: The gcode_macro command template variable `printer.heater`
was renamed to `printer.heaters`.