1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00
MarlinFirmware/Marlin
Eduardo José Tagle edb21f349a Fix stepper/planner block handling, race conditions (#11098)
- Allow planner to alter the deceleration phase of the currently executing block.
- Remove BUSY flag, as it is NON ATOMIC to set bits in the Stepper ISR and Planner at the same time.
2018-06-27 18:11:16 -05:00
..
lib
src Fix stepper/planner block handling, race conditions (#11098) 2018-06-27 18:11:16 -05:00
Configuration_adv.h Add stepper driver DIR delay configuration option 2018-06-26 13:28:04 -05:00
Configuration.h Add MAXIMUM_STEPPER_RATE, enforce in multi-stepping 2018-06-10 16:02:47 -05:00
Makefile
Marlin.ino