Kaynağa Gözat

Hide M217 compile warning

Scott Lahteine 5 yıl önce
ebeveyn
işleme
5b24ce9024
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      Marlin/src/gcode/config/M217.cpp

+ 4
- 0
Marlin/src/gcode/config/M217.cpp Dosyayı Görüntüle

@@ -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…
İptal
Kaydet