Configurations for Marlin Firmware http://marlinfw.org/
Go to file
Jeremy McClure 84fdccd1b6 Initial Upload 2022-12-01 04:34:11 -05:00
config Initial Upload 2022-12-01 04:34:11 -05:00
.editorconfig Initial Upload 2022-12-01 04:34:11 -05:00
.gitignore Initial Upload 2022-12-01 04:34:11 -05:00
LICENSE Initial Upload 2022-12-01 04:34:11 -05:00
README.md Initial Upload 2022-12-01 04:34:11 -05:00

README.md

Configurations

Pre-tested Configurations for Marlin Firmware 2.1.1

Marlin Firmware is configured using two files:

  • Configuration.h contains core configuration options like machine geometry.
  • Configuration_adv.h contains optional settings for advanced and low level features.

For Graphical LCD these files may also be included:

  • _Bootscreen.h provides the bitmap for a custom Boot Screen.
  • _Statusscreen.h provides bitmaps to customize the Status Screen.

See the Configuration page for more information about configuration and individual configuration options.