Browse Source

📝 Update conditionals descriptions

FB4S_WIFI
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
172cd2eefb
  1. 2
      Marlin/src/inc/Conditionals_adv.h
  2. 2
      Marlin/src/inc/Conditionals_post.h

2
Marlin/src/inc/Conditionals_adv.h

@ -23,7 +23,7 @@
/** /**
* Conditionals_adv.h * 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 #ifndef AXIS_RELATIVE_MODES

2
Marlin/src/inc/Conditionals_post.h

@ -23,7 +23,7 @@
/** /**
* 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 #ifdef GITHUB_ACTIONS

Loading…
Cancel
Save