Skip to content

Marlin 2.0.9.3 release for Anycubic Mega Zero 1 and 2

Latest
Compare
Choose a tag to compare
@kad kad released this 04 Jan 21:15
· 4 commits to gh-pages since this release

NOTES:

  • Please be careful with selecting right file to use.
  • Filename consists from <printer version>_<board>_<features (optional)>-<version>-firmware.{hex,bin}
    • amz_ files are for Mega Zero version 1 (original Mega Zero, 12V power supply)
    • amz2_ files are for Mega Zero V2.0 (24V power supply)
  • Boards:
    • melzi -- original Anycubic board
    • btt_mini -- BigTreeTech SKR mini MZ 1.0 or SKR mini E3 V2.0, new STM32 HAL.
    • btt_mini_maple -- BigTreeTech SKR mini MZ 1.0 or SKR mini E3 V2.0, builds are using older (pre-2.0.9) STM32F1 HAL.
    • btt_e3turbo -- BigTreeTech SKR E3 Turbo
  • Feature suffixes:
    • bed -- Heated bed (for MegaZero 1, enabled by default in MegaZero 2 builds)
    • bl, bfpt, pinda and akp -- Automatic leveling sensors: BLTouch, BFPTouch, PINDA and AKP. See Leveling Sensors wiki page
    • fs and sfs -- Simple filament senso / BTT Smart Filament Sensor
    • e0fan -- Secondary controlled fan can be used for automatic hotend heating
    • 2e, 2to1, 2mix -- Dual extrusion on BTT SKR E3 Turbo board: 2 extruders, 2-to-1 (non-mixing), 2-to-1 (mixing)

KAD Anycubic Mega Zero v1 and v2 unified configuration for upstream Marlin 2.0.9.3 release.

One code base with multiple PlatformIO build targets should be able to produce working firmware builds for Anycubic Mega Zero.

Build variants: see Wiki

For usage of different leveling sensors, please read Leveling Sensors wiki page

Flashing: please read Wiki to find right instructions for your environment

If you want to use VSCode to rebuild from source, refer to wiki page to see screenshot on how to select your desired build target.

Changes since v2.0.9.3-kad1:

  • No config changes
  • BTT SKR mini MZ and mini E3 board should have less problems with EEPROM due to fixes in upstream.