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

@ -516,7 +516,7 @@ void GcodeSuite::process_parsed_command(
case 217: M217(); break; // M217: Set filament swap parameters
#endif
#if HOTENDS > 1
#if HAS_HOTEND_OFFSET
case 218: M218(); break; // M218: Set a tool offset
#endif