mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-09-08 16:29:40 +02:00
This fixes a PWM going to full scale output when a initial value != 0 was given. The output was on 100% until another update occurred. This change enables the PWM counter before setting the channel values. Fixes KevinOConnor/klipper#4559 Signed-off-by: Michael Kurz <michi.kurz@gmail.com>