Hide M217 compile warning

This commit is contained in:
Scott Lahteine 2018-11-26 16:51:57 -06:00
parent d94b50a3d8
commit 5b24ce9024

View file

@ -48,6 +48,10 @@ void M217_report(const bool eeprom=false) {
SERIAL_ECHOPAIR_P(port, " Y", LINEAR_UNIT(toolchange_settings.change_point.y));
#endif
#else
UNUSED(eeprom);
#endif
SERIAL_ECHOPAIR_P(port, " Z", LINEAR_UNIT(toolchange_settings.z_raise));