Subversion Repositories MK-Marlin

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron 1
# Configurations
2
Pre-tested Configurations for Marlin Firmware 1.1.9
3
 
4
Marlin Firmware is configured using two files:
5
 
6
- `Configuration.h` contains core configuration options like machine geometry.
7
- `Configuration_adv.h` contains optional settings for advanced and low level features.
8
 
9
For Graphical LCD these files may also be included:
10
 
11
- `_Bootscreen.h` provides the bitmap for a custom Boot Screen.
12
- `_Statusscreen.h` provides bitmaps to customize the Status Screen.
13
 
14
See the [Configuration page](https://marlinfw.org/docs/configuration/configuration.html) for more information about configuration and individual configuration options.