Browse Source

Hide M217 compile warning

pull/1/head
Scott Lahteine 6 years ago
parent
commit
5b24ce9024
  1. 4
      Marlin/src/gcode/config/M217.cpp

4
Marlin/src/gcode/config/M217.cpp

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