Skip to content

MarlinFirmware/Configurations

This branch is 3 commits ahead of, 1543 commits behind import-2.1.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b300ec4 · Jan 25, 2023

History

3 Commits
Jan 25, 2023
Dec 18, 2022
Dec 18, 2022
Dec 18, 2022
Dec 18, 2022

Repository files navigation

Configurations

Pre-tested Configurations for Marlin Firmware 2.1.2

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.