- Jun 10, 2018
-
-
Giuliano authored
-
Scott Lahteine authored
[2.0.x] Serial handshaking fixes / debug
-
etagle authored
-
etagle authored
Pointed out by @GMagician
-
Scott Lahteine authored
-
Giuliano authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Giuliano authored
-
etagle authored
-
Scott Lahteine authored
Followup to #10920, addressing #10962
-
- Jun 09, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
As noted in #10965
-
- Jun 08, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jun 07, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jun 06, 2018
-
-
Giuliano authored
-
Dave Johnson authored
130048 is available on genuine Teensy2.0++ with Paul's "Halfkay" bootloader. Atmel DFU-equiped boards have only 122880 available
-
Scott Lahteine authored
Co-Authored-By: akunt
-
- Jun 05, 2018
-
-
Giuliano authored
-
- Jun 04, 2018
-
-
Roxy-3D authored
-
Scott Lahteine authored
-
- Jun 03, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Clean up ST7565, dual endstops homing
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jun 02, 2018
-
-
Eduardo José Tagle authored
* Misc fixes and improvements - Get rid of most critical sections on the Serial port drivers for AVR and DUE. Proper usage of FIFOs should allow interrupts to stay enabled without harm to queuing and dequeuing. Also, with 8-bit indices (for AVR) and up to 32-bit indices (for ARM), there is no need to protect reads and writes to those indices. - Simplify the XON/XOFF logic quite a bit. Much cleaner now (both for AVR and ARM) - Prevent a race condition (edge case) that could happen when estimating the proper value for the stepper timer (by reading it) and writing the calculated value for the time to the next ISR by disabling interrupts in those critical and small sections of the code - The problem could lead to lost steps. - Fix dual endstops not properly homing bug (maybe). * Set position immediately when possible
-
- Jun 01, 2018
-
-
Scott Lahteine authored
[2.0.x] Fix / improve junction deviation
-
Scott Lahteine authored
- Respect axis max acceleration limits instead of forcing a fixed acceleration value. - The `junction_unit_vec` ensures proper handling of entry and exit speeds even when the axes involved have different limits.
-
Scott Lahteine authored
-
Chris Pepper authored
Don't build and link with different flags, the binary may not work.
-
- May 31, 2018
-
-
Axel authored
-
Scott Lahteine authored
-
- May 30, 2018
-
-
Scott Lahteine authored
Co-Authored-By:
zarthcode <anthony.clay@zarthcode.com>
-
Scott Lahteine authored
-