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>
This commit is contained in:
Kevin O'Connor 2020-05-24 11:49:56 -04:00
parent 5afa5d3fbb
commit 686d557863
3 changed files with 5 additions and 2 deletions

View file

@ -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`.