mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-01-01 20:20:28 -07:00
Marlin Base Configurations
This commit is contained in:
commit
b131fbb031
300 changed files with 792261 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Configurations
|
||||
Pre-tested Configurations for Marlin Firmware 2.0.4
|
||||
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue