- May 20, 2018
-
-
etagle authored
Better encapsulation and considerably reduce stepper jitter
-
etagle authored
Disabling an ISR on ARM has 3 instructions of latency. A Memory barrier is REQUIRED to ensure proper and predictable disabling. Memory barriers are expensive, so avoid disabling if already disabled (See https://mcuoneclipse.com/2015/10/16/nvic-disabling-interrupts-on-arm-cortex-m-and-the-need-for-a-memory-barrier-instruction/)
-
Scott Lahteine authored
Co-Authored-By:
ejtagle <ejtagle@hotmail.com>
-
Scott Lahteine authored
Co-Authored-By:
ejtagle <ejtagle@hotmail.com>
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Alternative to the apparently superfluous double delay
-
- May 19, 2018
-
-
Scott Lahteine authored
Followup to #10656
-
Bob Kuhn authored
-
Bob Kuhn authored
-
Scott Lahteine authored
[2.0.x] Fix switching extruder
-
Scott Lahteine authored
-
GMagician authored
`DONT_SWITCH` got lost along the way. Replace it with `DO_SWITCH_EXTRUDER` and adjust the code.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Giuliano authored
-
Chris Pepper authored
-
- May 17, 2018
-
-
Scott Lahteine authored
-
etagle authored
-
etagle authored
-
- May 16, 2018
-
-
Scott Lahteine authored
[2.0.x] Add FAN_MAX_PWM
-
KangDroid authored
-
Scott Lahteine authored
-
Jiri Jaburek authored
-
- May 15, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 14, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Prevent compilation of unused u8g-oriented code
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 13, 2018
-
-
Scott Lahteine authored
Fix #10699
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix #10708
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
As pointed out in #10731
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Smarter MIN, MAX, ABS macros
-
Scott Lahteine authored
-