0
0
Fork 0
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:
Scott Lahteine 2022-02-13 13:12:38 -06:00
parent cf013a7f3e
commit e8cc050e90
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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