Browse Source

Hide M217 compile warning

Scott Lahteine 5 years ago
parent
commit
5b24ce9024
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/gcode/config/M217.cpp

+ 4
- 0
Marlin/src/gcode/config/M217.cpp View File

@@ -48,6 +48,10 @@ void M217_report(const bool eeprom=false) {
48 48
       SERIAL_ECHOPAIR_P(port, " Y", LINEAR_UNIT(toolchange_settings.change_point.y));
49 49
     #endif
50 50
 
51
+  #else
52
+
53
+    UNUSED(eeprom);
54
+
51 55
   #endif
52 56
 
53 57
   SERIAL_ECHOPAIR_P(port, " Z", LINEAR_UNIT(toolchange_settings.z_raise));

Loading…
Cancel
Save