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

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

[mcu]
serial: /dev/ttyACM0
pin_map: arduino

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