diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-17 13:29:03 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-17 13:46:36 -0400 |
commit | ef8c464d9777699dcedb0325c666d2a4b134e78a (patch) | |
tree | fec9d9d9fb580feca9f79851933cf7108d7380db /config/generic-mini-rambo.cfg | |
parent | 66eefa1da87cb33ee664830d33f7fcebe7ee031a (diff) | |
download | kutter-ef8c464d9777699dcedb0325c666d2a4b134e78a.tar.gz kutter-ef8c464d9777699dcedb0325c666d2a4b134e78a.tar.xz kutter-ef8c464d9777699dcedb0325c666d2a4b134e78a.zip |
output_pin: Move pwm and digital output pins to new module in extras/
Rename the digital_output, pwm_output, and static_pwm_output config
sections to output_pin and move to a new module in the extras/
directory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-mini-rambo.cfg')
-rw-r--r-- | config/generic-mini-rambo.cfg | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/config/generic-mini-rambo.cfg b/config/generic-mini-rambo.cfg index 88b4672b..c0dac098 100644 --- a/config/generic-mini-rambo.cfg +++ b/config/generic-mini-rambo.cfg @@ -74,26 +74,29 @@ max_accel: 3000 max_z_velocity: 5 max_z_accel: 100 -[static_pwm_output stepper_xy_current] +[output_pin stepper_xy_current] pin: PL3 +pwm: True scale: 2.0 -value: 1.3 cycle_time: .002 hardware_pwm: True +static_value: 1.3 -[static_pwm_output stepper_z_current] +[output_pin stepper_z_current] pin: PL4 +pwm: True scale: 2.0 -value: 1.3 cycle_time: .002 hardware_pwm: True +static_value: 1.3 -[static_pwm_output stepper_e_current] +[output_pin stepper_e_current] pin: PL5 +pwm: True scale: 2.0 -value: 1.25 cycle_time: .002 hardware_pwm: True +static_value: 1.25 [static_digital_output stepper_config] pins: |