1
0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2024-11-22 14:53:55 +00:00
MarlinFirmware-Configurations/README.md

15 lines
648 B
Markdown
Raw Permalink Normal View History

2020-04-06 20:47:04 +00:00
# Configurations
Pre-tested Configurations for Marlin Firmware bugfix-2.1.x
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](https://marlinfw.org/docs/configuration/configuration.html) for more information about configuration and individual configuration options.