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
       SERIAL_ECHOPAIR_P(port, " Y", LINEAR_UNIT(toolchange_settings.change_point.y));
48
       SERIAL_ECHOPAIR_P(port, " Y", LINEAR_UNIT(toolchange_settings.change_point.y));
49
     #endif
49
     #endif
50
 
50
 
51
+  #else
52
+
53
+    UNUSED(eeprom);
54
+
51
   #endif
55
   #endif
52
 
56
 
53
   SERIAL_ECHOPAIR_P(port, " Z", LINEAR_UNIT(toolchange_settings.z_raise));
57
   SERIAL_ECHOPAIR_P(port, " Z", LINEAR_UNIT(toolchange_settings.z_raise));

Loading…
Cancel
Save