aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/pwm.cfg
blob: af5b5b10ec45c75eb067b56a9f4ba3460eec8cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[output_pin soft_pwm_pin]
pin: PH5
pwm: True
value: 0
shutdown_value: 0
cycle_time: 0.01

[pwm_cycle_time cycle_pwm_pin]
pin: PH7
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

[pwm_tool test_pwm_tool]
pin: PH4
value: 0
shutdown_value: 0
cycle_time: 0.01

[mcu]
serial: /dev/ttyACM0

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