We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf013a7 commit e8cc050Copy full SHA for e8cc050
Marlin/src/inc/Conditionals_adv.h
@@ -23,7 +23,7 @@
23
24
/**
25
* Conditionals_adv.h
26
- * Defines that depend on advanced configuration.
+ * Conditionals set before pins.h and which depend on Configuration_adv.h.
27
*/
28
29
#ifndef AXIS_RELATIVE_MODES
Marlin/src/inc/Conditionals_post.h
* 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
0 commit comments