🧑‍💻 Dump BOTH and EITHER macros (#25908)

This commit is contained in:
Scott Lahteine 2023-06-02 14:26:02 -05:00 committed by GitHub
parent 32be4065ef
commit 2691167afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
305 changed files with 946 additions and 952 deletions

View file

@ -23,7 +23,7 @@
#include "../gcode.h"
#include "../../module/tool_change.h"
#if EITHER(HAS_MULTI_EXTRUDER, DEBUG_LEVELING_FEATURE)
#if ANY(HAS_MULTI_EXTRUDER, DEBUG_LEVELING_FEATURE)
#include "../../module/motion.h"
#endif