# Configurations **Repository Path**: bigtreetech/Configurations ## Basic Information - **Project Name**: Configurations - **Description**: Configurations for Marlin Firmware - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-06 - **Last Updated**: 2021-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Configurations Pre-tested Configurations for Marlin Firmware %VERSION% 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.