Skip to content

Releases: MarlinFirmware/AutoBuildMarlin

Auto Build Marlin 2.1.53

09 Jul 05:39
Compare
Choose a tag to compare

This release improves the user experience in a few small ways:

  • Prevent platformio.ini from opening by overriding a PlatformIO IDE setting.
    Enable "Preserve PIO" in settings to leave PlatformIO IDE settings unchanged.
  • Display the version number in the ABM Panel.
  • Improve high contrast color schemes.

Auto Build Marlin 2.1.52

08 Jul 20:30
Compare
Choose a tag to compare

This release addresses two minor issues

  • Fix getItems handling of limit across multiple sections
  • Fix the regex that gets the archs list from pins.h

Auto Build Marlin 2.1.51

28 Dec 04:02
Compare
Choose a tag to compare

This release addresses some reported issues:

  • Adjust build command line for different shells (#46)
  • Fix init of HIGH / LOW slider custom controls (#68)
  • Fix an issue with // comments before the first #define (#77)

Auto Build Marlin 2.1.50

20 Dec 21:58
Compare
Choose a tag to compare
  • Recognize more config sections
  • Fix build action buttons (env names)

Auto Build Marlin 2.1.49

20 Nov 06:50
Compare
Choose a tag to compare
  • Recognize Chitu firmware with .cbd extension
  • Fix schema options set on following settings
  • Standardize JSON options cleanup method
  • Remove old config parsing borrowed from Configurator 1.0
  • Add Formatters information to the README
  • Fix formatter debug logging
  • Display author and version for a bad config

Auto Build Marlin 2.1.48

15 Nov 18:08
Compare
Choose a tag to compare
  • Fix and extend configuration file parsing

Auto Build Marlin 2.1.47

31 Oct 18:23
Compare
Choose a tag to compare
  • Make the Custom Editor (alpha) hidden by default
  • Improve config error handling in Panel View

Auto Build Marlin 2.1.46 (Preview)

26 Apr 05:15
Compare
Choose a tag to compare
  • Add a Custom Editor for Configuration files.
    This is only an Alpha Preview and will probably have some issues.
    Use Reopen Editor With… > Text Editor to use the standard text editor.

Auto Build Marlin 2.1.45

25 Oct 23:51
Compare
Choose a tag to compare
  • Command to Apply config.ini to configurations.
  • Command to Export config.ini, schema.json, schema.yml
  • Info Panel added (for future use)

Auto Build Marlin 2.1.44

25 Oct 23:22
Compare
Choose a tag to compare
  • Code formatter for pins and general code