Skip to content

A Delicious Marlin - Ender 3 Pro Firmware - V1.1.0

Compare
Choose a tag to compare
@ADeliciousMan ADeliciousMan released this 15 Aug 10:43
· 46 commits to master since this release
edd3b47
  • Enabled auto creation of Config.ini for people that prefer that, will be included in release packages going forward!
  • Default PLA heating settings:
    • Hot End: 180C
    • Bed: 50C
  • Default ABS heating settings:
    • Hot End: 240C
    • Bed: 70C
  • Added Default Bed Level heating settings (in times when you want to tinker with something but have the hot end and bed set to the right temp so you can instantly start printing after):
    • Hot End: 150C
    • Bed: 50C
  • Cleaned up Configuration.h and Configuration_adv.h
    • Removed unneeded comments to simplify Configuration.h and Configuration_adv.h files
    • Removed unneeded functions (I just don't see the point in keeping these in if they'll never be turned on. Does it affect the performance, no. Does it make the code feel cleaner and my insides fuzzy, yes!)