Hide M217 compile warning

2.0.x
Scott Lahteine 6 years ago
parent d94b50a3d8
commit 5b24ce9024

@ -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));

Loading…
Cancel
Save