Apply HAS_HOTEND_OFFSET where needed

This commit is contained in:
Scott Lahteine
2019-03-11 20:48:49 -05:00
parent 11d6a939df
commit d94e077901
9 changed files with 31 additions and 34 deletions

View File

@ -637,7 +637,7 @@ private:
static void M217();
#endif
#if HOTENDS > 1
#if HAS_HOTEND_OFFSET
static void M218();
#endif