mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-09 20:37:03 -06:00
📝 Document Marlin config includes
This commit is contained in:
parent
5249d10369
commit
fa4b73ee04
2 changed files with 38 additions and 6 deletions
|
|
@ -21,9 +21,22 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
//
|
||||
// Prefix header for all Marlin sources
|
||||
//
|
||||
/**
|
||||
* MarlinConfig.h
|
||||
*
|
||||
* Prefix header for all Marlin sources. Includes the following:
|
||||
*
|
||||
* Conditionals-6-type.h
|
||||
* MarlinConfigPre-6-type.h
|
||||
* Conditionals-5-post.h
|
||||
* MarlinConfigPre.h
|
||||
* ... (see the file) ...
|
||||
* HAL.h
|
||||
* pins.h
|
||||
* HAL/timers.h
|
||||
* HAL/spi_pins.h
|
||||
* types.h
|
||||
*/
|
||||
|
||||
#include "Conditionals-6-type.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,9 +21,28 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
//
|
||||
// Prefix header to acquire configurations
|
||||
//
|
||||
/**
|
||||
* MarlinConfigPre.h
|
||||
*
|
||||
* Prefix header to acquire Configurations. Includes the following:
|
||||
*
|
||||
* Conditionals-1-axes.h
|
||||
* MarlinConfigPre-1-axes.h
|
||||
* Config.h
|
||||
* macros.h
|
||||
* boards.h
|
||||
* Configuration.h (if not Config.h)
|
||||
* HAL/platforms.h
|
||||
* Version.h
|
||||
* Conditionals-2-LCD.h
|
||||
* Conditionals-3-etc.h
|
||||
* Conditionals-4-adv.h
|
||||
* MarlinConfigPre-4-adv.h
|
||||
* Conditionals-3-etc.h (as above)
|
||||
* drivers.h
|
||||
* Configuration_adv.h (if not Config.h)
|
||||
*/
|
||||
|
||||
#include "Conditionals-1-axes.h"
|
||||
#include "Conditionals-2-LCD.h"
|
||||
#include "Conditionals-3-etc.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue