This is a maintenance release fixing some bugs and configuration issues. Commits in this Release.
Known Issues
M114
contains an extra line of output. Fixed in 2.0.5.2.- The version is shown as "2.0.5."
Issues Fixed
- Restore Flash as the default EEPROM emulation for LPC176x.
- Fix the
Z_MIN_PROBE_PIN
assignment on SKR 1.4. - Fix progress bar and
M73
. (Update yourConfiguration_adv.h
.) - Fix U.B.L. slot loading.
- Fix Z correction after
G29
(ABL Bilinear with Z Fade). - Fix Z clearance move in
G34
. - Fix "remaining time" cosmetic issue
New Features
- Add
EEPROM_BOOT_SILENT
option for a less verbose startup. - Add
SLOWDOWN_DIVISOR
for the benefit of big planner buffers.
Improvements
- Display 3 digits of precision when editing hotend offsets.
- Mount external SD cards later in the boot process.
Using external SD with SD-based EEPROM? Let us know.
For Developers
- Add a machine state in place of the
Running
flag.