0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-14 08:10:22 +00:00
No description
Find a file
2024-11-26 21:45:59 -06:00
config Examples Extras 2024-11-26 21:45:59 -06:00
.editorconfig Marlin Base Configurations 2024-11-26 21:33:57 -06:00
.gitignore Marlin Base Configurations 2024-11-26 21:33:57 -06:00
LICENSE Marlin Base Configurations 2024-11-26 21:33:57 -06:00
README.md Marlin Base Configurations 2024-11-26 21:33:57 -06:00

Configurations

Pre-tested Configurations for Marlin Firmware 2.1.3-b1

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.