From 686d557863b5a529ec26c017ecd6bf7f5f05eb86 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 24 May 2020 11:49:56 -0400 Subject: 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 --- config/example-extras.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/example-extras.cfg') diff --git a/config/example-extras.cfg b/config/example-extras.cfg index bf7a73f5..7591645b 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1615,7 +1615,7 @@ #driver_DISS2VS: 0 #driver_PWM_AUTOSCALE: True #driver_PWM_AUTOGRAD: True -#driver_PWM_FREQ: 1 +#driver_PWM_FREQ: 0 #driver_FREEWHEEL: 0 #driver_PWM_GRAD: 0 #driver_PWM_OFS: 30 -- cgit v1.2.3-70-g09d2