klipper/klippy
Kevin O'Connor 4acfd8d7c8 stepper: Make step pulse duration customizable at run-time
Remove the STEP_DELAY Kconfig option and replace it with a per-stepper
step_pulse_duration printer.cfg config option.

The AVR code will continue to have optimized code to step and "unstep"
in the same function (which is automatically activated when the step
delay is 40 ticks or less).  This change removes the Kconfig option
for single function step/unstep on 32bit processors.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-11-04 12:06:27 -04:00
..
chelper
extras heaters: Remove support for deprecated pid_integral_max option 2021-11-02 12:45:11 -04:00
kinematics
clocksync.py
configfile.py
console.py console: Remove support for PINS command 2021-11-02 12:45:11 -04:00
gcode.py
klippy.py
mathutil.py
mcu.py pins: Remove support for deprecated pin_map option 2021-11-02 12:45:11 -04:00
msgproto.py
parsedump.py
pins.py pins: Remove support for deprecated pin_map option 2021-11-02 12:45:11 -04:00
queuelogger.py
reactor.py
serialhdl.py
stepper.py stepper: Make step pulse duration customizable at run-time 2021-11-04 12:06:27 -04:00
toolhead.py
util.py
webhooks.py