Hide M217 compile warning
This commit is contained in:
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…
Reference in a new issue