Sfoglia il codice sorgente

Hide M217 compile warning

Scott Lahteine 5 anni fa
parent
commit
5b24ce9024
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      Marlin/src/gcode/config/M217.cpp

+ 4
- 0
Marlin/src/gcode/config/M217.cpp Vedi 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…
Annulla
Salva