muele-marlin/Marlin/src/gcode
Marcio Teixeira 00fc43144a Follow up fixes to various PRs. (#13334)
- Ensure `MarlinUI:get_progress` is defined for `ExtUI`.
- Fix for `BACKLASH_SMOOTHING` with small segments.
  `BACKLASH_SMOOTHING` with extremely small segments failed to fully correct due to the correction factor being rounded down. Rounding up ensures the entire backlash will converge to zero even for small segments.
- Add pinout for the beta revision `EINSY_RETRO`.
- Update soft endstops with tool offsets (for toolchange et. al. move clamping) (#12568)
2019-03-09 14:20:37 -06:00
..
bedlevel Update some G26 plausible values. Add speed control. (#13330) 2019-03-08 03:13:44 -06:00
calibrate Follow up fixes to various PRs. (#13334) 2019-03-09 14:20:37 -06:00
config M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
control Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
eeprom Clean up some pre-serial-redirect includes 2019-03-03 01:52:15 -06:00
feature Follow up fixes to various PRs. (#13334) 2019-03-09 14:20:37 -06:00
geometry Update copyright in headers 2019-02-12 15:30:11 -06:00
host Clean up some pre-serial-redirect includes 2019-03-03 01:52:15 -06:00
lcd Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
motion Update copyright in headers 2019-02-12 15:30:11 -06:00
probe Update copyright in headers 2019-02-12 15:30:11 -06:00
scara Update copyright in headers 2019-02-12 15:30:11 -06:00
sdcard Fix multiport G28 with Binary Transfer (#13308) 2019-03-04 16:44:54 +00:00
stats Clean up some pre-serial-redirect includes 2019-03-03 01:52:15 -06:00
temperature M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
units Update copyright in headers 2019-02-12 15:30:11 -06:00
gcode.cpp M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
gcode.h M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
parser.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
parser.h Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
queue.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
queue.h Update copyright in headers 2019-02-12 15:30:11 -06:00