Marlin-Tevo-Tarantula/Marlin/src
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
..
config Add stepper driver DIR delay configuration option 2018-06-26 13:28:04 -05:00
core Patch some loop macros 2018-06-26 20:30:52 -05:00
feature Clear LED matrix without startup test 2018-06-26 18:54:01 -05:00
gcode Make max_e_jerk an array to reduce CPU usage (#11118) 2018-06-26 22:38:31 -04:00
HAL STM32F1: Fix SD card persistent store API (#11090) 2018-06-26 14:41:23 -04:00
inc Poll all endstops, even when stationary (#11123) 2018-06-27 04:18:57 -04:00
lcd Make max_e_jerk an array to reduce CPU usage (#11118) 2018-06-26 22:38:31 -04:00
libs Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
module Fix stepper/planner block handling, race conditions (#11098) 2018-06-27 18:11:16 -05:00
pins [2.0.x] Add CR-10 stock display support for Re-Arm (EXP3) (#11068) 2018-06-21 23:08:17 -05:00
sd [2.0.x] Fix null check in lsDive (#10978) 2018-06-09 22:03:49 -05:00
Marlin.cpp [2.0.x] Tweaks and additions for MAX7219 (#11034) 2018-06-18 22:04:03 -05:00
Marlin.h Use bit flags for homed/known 2018-06-11 22:05:16 -05:00