Explorar el Código

Fix Capabilities Report

Scott Lahteine hace 6 años
padre
commit
427df8792d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Marlin/src/gcode/host/M115.cpp

+ 1
- 0
Marlin/src/gcode/host/M115.cpp Ver fichero

@@ -27,6 +27,7 @@
27 27
   static void cap_line(const char * const name, bool ena=false) {
28 28
     SERIAL_PROTOCOLPGM("Cap:");
29 29
     serialprintPGM(name);
30
+    SERIAL_CHAR(':');
30 31
     SERIAL_PROTOCOLLN(int(ena ? 1 : 0));
31 32
   }
32 33
 #endif

Loading…
Cancelar
Guardar