aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/output_pin.py
Commit message (Collapse)AuthorAgeFilesLines
* output_pin: Don't flush lookahead queue on a SET_PIN commandKevin O'Connor2020-11-131-15/+17
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mcu: Add support for changing cycle_time in set_pwm()Kevin O'Connor2020-09-261-6/+12
| | | | | Signed-off-by: Guy Shapira <gayuha@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* output_pin: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-8/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* output_pin: add get_status methodJanar Sööt2019-06-041-0/+2
| | | | Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* output_pin: Fix SET_PIN max_val checkKevin O'Connor2018-06-051-1/+2
| | | | | | The maxval should be self.scale. Reported by @mvturnho. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* output_pin: Use new gcode.register_mux_command()Kevin O'Connor2018-05-201-13/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Add minval/maxval/above/below options to get_X parsersKevin O'Connor2018-04-201-3/+2
| | | | | | Add value checking to gcode parameter parsing code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* output_pin: Move pwm and digital output pins to new module in extras/Kevin O'Connor2018-03-171-0/+69
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>