klipper/src
Kevin O'Connor c8ff439722 stepper: Disable "no next step" check for some count=1 queue_step commands
It's possible for a "count=1" stepper move immediately after a
set_next_step_dir or reset_step_clock command to be valid and have an
interval less than min_stop_interval.  Make sure this case does not
result in a shutdown.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-09-22 11:15:17 -04:00
..
avr stepper: Support rescheduling of step events on faster MCUs 2016-06-14 14:24:14 -04:00
generic irq: Allow boards to define the return type of irq_save() 2016-06-13 23:18:59 -04:00
sam3x8e sam3x8e: Add initial support for Arduino Due boards 2016-06-14 14:27:30 -04:00
simulator irq: Allow boards to define the return type of irq_save() 2016-06-13 23:18:59 -04:00
adccmds.c irq: Prefer irq_disable/enable instead of irq_save/restore in cmds/tasks 2016-06-13 23:18:59 -04:00
basecmd.c sched: Use uint_fast8_t for return type of timers 2016-06-14 14:00:53 -04:00
basecmd.h Initial commit of source code. 2016-05-25 11:37:40 -04:00
command.c generic: Create generic board infrastructure and move misc.h to it 2016-06-13 23:18:58 -04:00
command.h Initial commit of source code. 2016-05-25 11:37:40 -04:00
compiler.h compiler.h: Check if __aligned and __section macros are already defined 2016-06-13 23:18:59 -04:00
declfunc.lds.S build: Avoid objcopy --dump-section flag 2016-07-10 21:46:57 -04:00
endstop.c sched: Use uint_fast8_t for return type of timers 2016-06-14 14:00:53 -04:00
gpiocmds.c sched: Use uint_fast8_t for return type of timers 2016-06-14 14:00:53 -04:00
Kconfig sam3x8e: Add initial support for Arduino Due boards 2016-06-14 14:27:30 -04:00
Makefile pwmcmds: Add Kconfig option to allow boards to disable hardware PWM commands 2016-06-13 23:18:59 -04:00
pwmcmds.c pwmcmds: Add Kconfig option to allow boards to disable hardware PWM commands 2016-06-13 23:18:59 -04:00
sched.c sched: Use 'unsigned int' instead of 'uint16_t' for shutdown reason 2016-06-14 14:00:57 -04:00
sched.h build: Update declfuncs.lds.S to only use progmem sections on AVR 2016-06-14 14:00:57 -04:00
spicmds.c Initial commit of source code. 2016-05-25 11:37:40 -04:00
stepper.c stepper: Disable "no next step" check for some count=1 queue_step commands 2016-09-22 11:15:17 -04:00
stepper.h sched: Use uint_fast8_t for return type of timers 2016-06-14 14:00:53 -04:00