2.1.2.6
Marlin 2.1.2.6
Changed 3
- Update example build scripts
- Update HAL documentation and README
- Uppercase PID options
Fixed 7
- Fix build with Color UI touch items
- Fix missing BTT_SKR_MINI_E3_V3_0_1 include
- Fix RAMPS AUX1 RX/TX pins
- Fix Y_STOP_PIN alias for Y_MAX_PIN
- Fix Hotend > 0 Preheat
- Do not use broken board = fysetc_f6_13
- Fix Teensy 4.x stepper timing
This is a minor release bringing over some changes from the latest development branch.
Example Configurations for many machines are posted at: https://github.com/MarlinFirmware/Configurations/tree/release-2.1.2.6
Binaries of this release can be found at: https://github.com/MarlinFirmware/MarlinBuilds/tree/release-2.1.2.6
Full Changelog: https://github.com/MarlinFirmware/Marlin/compare/2.1.2.5...2.1.2.6
Changes
- 🩹 Fix build with Color UI touch items (c7e10c5622)
- 🧑💻 Update example build scripts (f0b960e2ef)
- 📝 Update HAL documentation, README (48142ac7c6)
- 🩹 Fix missing
BTT_SKR_MINI_E3_V3_0_1include (#27696) - 🐛 Fix RAMPS AUX1 RX/TX pins (#27745)
- 🩹 Fix Y_STOP_PIN alias for Y_MAX_PIN (429b5bcd72)
- 🐛 Fix Hotend > 0 Preheat (#27932)
- 🔨🐛 Don't use broken '
board = fysetc_f6_13' (#28159) - 🐛 Fix Teensy 4.x stepper timing (#28169)
- 🔧 Uppercase PID options (cc5a5feaa5)