Skip to content

v1.1.0 - Release for Ender-3 V2/Pro (4.2.2, 4.2.7, BTT SKR 2.0 board)

Compare
Choose a tag to compare
@junonara junonara released this 21 Feb 07:16
· 12 commits to master since this release

Improvements

  • Set PTRN_N as 0
  • Add BTT SKR 2.0 board for Ender-3 Pro
  • Add protocol exception handling routine

Boards

  • There are A4988 (non-silent) and TMC2208 (silent) models of Stepper Driver on the 4.2.2 board. The stock Ender-3 Pro has a 4.2.2 with a 4988 and the stock Ender-3 V2 uses a 4.2.2 board with a TMC2208 (subject to change depending on how Creality is produced).

  • Firmware release for Ender-3 Pro (4.2.2, 4.2.7, BTT SKR 2.0 board)

    • It is built on the Creality's stock Ender-3 Pro model and stock LCD display.
    • SPEAKER (Buzzer on LCD) is disabled because BEEPER pin is used for communication with PITTA.
    • X, Y, Z, E0 Driver type
      • 4.2.2 : A4988
      • 4.2.7 and BTT SKR 2.0 : TMC2208_STANDALONE
    • Because BTT SKR 2.0 board only uses "firmware.bin" for firmware upload, the name of the firmware to be released always uses "firmware.bin".
  • Firmware release for Ender-3 V2 (4.2.2, 4.2.7 board)

    • It is built on the Creality's stock Ender-3 V2 model.
    • X, Y, Z, E0 Driver type : TMC2208_STANDALONE

Documents