mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
📝 Update conditionals descriptions
This commit is contained in:
parent
cf013a7f3e
commit
e8cc050e90
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
/**
|
||||
* Conditionals_adv.h
|
||||
* Defines that depend on advanced configuration.
|
||||
* Conditionals set before pins.h and which depend on Configuration_adv.h.
|
||||
*/
|
||||
|
||||
#ifndef AXIS_RELATIVE_MODES
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
/**
|
||||
* Conditionals_post.h
|
||||
* Defines that depend on configuration but are not editable.
|
||||
* Internal defines that depend on Configurations and Pins but are not user-editable.
|
||||
*/
|
||||
|
||||
#ifdef GITHUB_ACTIONS
|
||||
|
|
Loading…
Reference in a new issue