diff options
Diffstat (limited to 'test/klippy/pwm.cfg')
-rw-r--r-- | test/klippy/pwm.cfg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/klippy/pwm.cfg b/test/klippy/pwm.cfg new file mode 100644 index 00000000..43bbd181 --- /dev/null +++ b/test/klippy/pwm.cfg @@ -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 |