Configurations for Marlin Firmware https://marlinfw.org
Find a file
Scott Lahteine 11014bb5d5 🔖 Version 2.0.8.3
2023-07-18 18:22:19 -05:00
config 🐛 Disable BLTouch 5V Mode for BTT SKR Mini E3 V2 () 2021-09-24 16:57:20 -05:00
.editorconfig Marlin Base Configurations 2021-05-29 16:15:08 -05:00
.gitignore Marlin Base Configurations 2021-05-29 16:15:08 -05:00
LICENSE Marlin Base Configurations 2021-05-29 16:15:08 -05:00
README.md 🔖 Version 2.0.8.3 2023-07-18 18:22:19 -05:00

Configurations

Pre-tested Configurations for Marlin Firmware 2.0.8.3

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.