Skip to content

Releases: ADeliciousMan/A-Delicious-Marlin-Ender-3-Firmware

A Delicious Marlin - Ender 3 Firmware - V1.15.1

02 Nov 00:14
Compare
Choose a tag to compare
  • Added BEDSIZE_220x220x300 for "Customize Printer" section, Ender 5
  • Added ENDER_3_MAX_422_CR_BL_TOUCH to precompiled firmware
  • Added ENDER_3_MAX_422_Z_SWITCH to precompiled firmware
  • Updated ENDER_3_SKR_MNI_E3_V3_Z_SWITCH - Fixed PIN issue for Hot End Fan
  • Updated ENDER_3_SKR_MNI_E3_V3_CR_BL_TOUCH - Fixed PIN issue for Hot End Fan

A Delicious Marlin - Ender 3 Firmware - V1.15.0

26 Oct 12:08
Compare
Choose a tag to compare
  • READ ME updates, major change to "What Steps To Take After Installing This Firmware"
  • Enabled LCD_BED_LEVELING
  • Updated all PRE BUILTS to latest version
  • Added 'XY-Steps' in CUSTOMIZE PRINTER sections
    • For special case / custom motors
  • Added 'Z-Steps' in CUSTOMIZE PRINTER sections
    • For special case / custom motors
  • Added HAS_MICRO_SWISS_BOWDEN_DUEL_GEAR
  • Removed ENDER_3_427_CR_BL_TOUCH_WITH_THERMISTOR_61
    • This was a special case and can easily be customized now
  • Removed ENDER_3_422_CR_BL_TOUCH_WITH_THERMISTOR_61
    • This was a special case and can easily be customized now
  • Removed ENDER_3_427_Z_SWITCH
    • People on total stock hardware tend not to update the firmware
  • Removed ENDER_3_422_Z_SWITCH
    • People on total stock hardware tend not to update the firmware
  • Removed ENDER_3_422_CR_BL_TOUCH_SPRITE_EXTRUDER
    • Special case, can be done in customizer now
  • Removed ENDER_3_427_CR_BL_TOUCH_SPRITE_EXTRUDER
    • Special case, can be done in customizer now
  • Added PINS section for "Customize Printer" section
    • This is for special board cases who don't like the default

A Delicious Marlin - Ender 3 Firmware - V1.14.2

17 Oct 22:09
Compare
Choose a tag to compare
  • Fixed a typo for the DELICIOUS COMMANDS that would say the wrong temperature finished PID tuning
  • Added HAS_ORBITER_V2 to E Steps in the Customize Printer section for the Orbiter Extruder V2.0
  • Added BEDSIZE_300x225x380 for CR 5 Pro

A Delicious Marlin - Ender 3 Firmware - V1.14.1

14 Oct 22:58
Compare
Choose a tag to compare
  • Added BEDSIZE_300x300x320 (Ender 3 Max Neo)

A Delicious Marlin - Ender 3 Firmware - V1.14.0

10 Oct 21:30
Compare
Choose a tag to compare
  • Separated XYZ driver selection from the E driver, noticed a few printers that needed that
  • Included latest Marlin folders in GitHub so it's easier and faster to find the current version
  • Enabled EEPROM_AUTO_INIT, auto initialize the EEPROM on error

A Delicious Marlin - Ender 3 Firmware - V1.13.0

29 Sep 10:05
Compare
Choose a tag to compare
  • Updated all prebuilds to latest version
  • Added drive inversion for BTT Octopus boards, same as SKR boards (on the Customize Printer section)
  • Added a more robust Z-Axis duel motor support for Customize Printer section
  • Changed X_BED_SIZE and Y_BED_SIZE from 235 to 220, seems to have fixed most tramming issues, need to confirm
  • Added support for larger bed sizes in the Customize Printer section
    • BEDSIZE_220x220x250
    • BEDSIZE_300x300x340
    • BEDSIZE_400x400x450
  • Added support for BOARD_CREALITY_V4

A Delicious Marlin - Ender 3 Firmware - V1.12.1 - Hotfix

28 Sep 03:27
Compare
Choose a tag to compare
  • Fixed some bugs that would cause compile to fail if not commented out

A Delicious Marlin - Ender 3 Firmware - V1.12.0

26 Sep 20:37
Compare
Choose a tag to compare
  • Added my own auto0.g file into the 'extras' folder on github. Place it in the SD cards root directory
    • Auto heats the extruder to 150C and bed to 50C on startup for easier use
    • If you want to modify it, add '.gcode' to it, make your changes, save and then remove the '.gcode', it should only read 'auto0.g' to the printer
  • Added support for Touch Screens (I think)
  • Added support for DUEL Z in Customize Printer section
  • Added ASA Pre Heat in DELICIOUS COMMANDS
    • Also change the fan speeds for all pre-heats to 0 for this, you're just pre-heating, don't need it to go crazy
  • Added REPORT_TRAMMING_MM to ASSISTED_TRAMMING
  • Fixed some syntax issues
  • Added my custom Cura settings

A Delicious Marlin - Ender 3 Firmware - V1.11.0

24 Sep 10:07
Compare
Choose a tag to compare
  • Fixed an issue where the menus were wrong for the DELICIOUS COMMANDS which would cause the firmware to fail to compile
  • Added support for TH3D Multi-Mount BL/CR probe

A Delicious Marlin - Ender 3 Firmware - V1.10.0

24 Sep 09:24
Compare
Choose a tag to compare

Added FILAMENT_RUNOUT_SENSOR - Customize Printer section
Added support for these boards - Customize printer section
BOARD_BTT_SKR_MINI_E3_V1_0
BOARD_BTT_SKR_MINI_E3_V1_2
BOARD_BTT_SKR_MINI_E3_V2_0
BOARD_BTT_OCTOPUS_V1_0
BOARD_BTT_OCTOPUS_V1_1
BOARD_BTT_OCTOPUS_PRO_V1_0
BOARD_BTT_OCTOPUS_MAX_EZ_V1_0
Added new DELICIOUS COMMANDS
PID E 260C (Useful for ABS and ASA)
PID Bed 90C (Useful for ASA)
MENU_ADDAUTOSTART (adds ability to turn on autostart with runs gcode on boot with name auto0.g.code)