🎨 Move HAS_EXTRUDERS

This commit is contained in:
Scott Lahteine
2021-05-21 08:23:09 -05:00
parent ad30909a2d
commit 2de54dab84
25 changed files with 63 additions and 52 deletions

View File

@@ -633,10 +633,13 @@ private:
#if ENABLED(PSU_CONTROL)
static void M80();
#endif
static void M81();
static void M82();
static void M83();
#if HAS_EXTRUDERS
static void M82();
static void M83();
#endif
static void M85();
static void M92();
@@ -644,7 +647,7 @@ private:
static void M100();
#endif
#if EXTRUDERS
#if HAS_EXTRUDERS
static void M104();
static void M109();
#endif
@@ -776,7 +779,7 @@ private:
static void M220();
#if EXTRUDERS
#if HAS_EXTRUDERS
static void M221();
#endif