aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/pwm.cfg
blob: 45555ca87e87c2d761261db863e4b569e3002a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[output_pin soft_pwm_pin]
pin: PH5
pwm: True
value: 0
shutdown_value: 0
cycle_time: 0.01

[output_pin hard_pwm_pin]
pin: PH6
pwm: True
hardware_pwm: True
value: 0
shutdown_value: 0
cycle_time: 0.01

[mcu]
serial: /dev/ttyACM0

[printer]
kinematics: none
max_velocity: 300
max_accel: 3000