Add multi-extruder condition

This commit is contained in:
Scott Lahteine
2020-09-20 18:29:08 -05:00
parent 5a35595a3a
commit b3890d385c
50 changed files with 127 additions and 144 deletions

View File

@@ -661,9 +661,7 @@ private:
static void M211();
#if EXTRUDERS > 1
static void M217();
#endif
TERN_(HAS_MULTI_EXTRUDER, static void M217());
TERN_(HAS_HOTEND_OFFSET, static void M218());