mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-15 20:59:56 +01:00
committed by
Kevin O'Connor
parent
04f9f1b44e
commit
a79c57ab29
23
test/klippy/pwm.cfg
Normal file
23
test/klippy/pwm.cfg
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user