Explorar el Código

More reliable temperature serial report?

Scott Lahteine hace 7 años
padre
commit
a408209d24
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Marlin/src/module/temperature.cpp

+ 1
- 0
Marlin/src/module/temperature.cpp Ver fichero

2154
       SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR);
2154
       SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR);
2155
       SERIAL_PROTOCOLCHAR_P(port, ')');
2155
       SERIAL_PROTOCOLCHAR_P(port, ')');
2156
     #endif
2156
     #endif
2157
+    safe_delay(2);
2157
   }
2158
   }
2158
 
2159
 
2159
   void Temperature::print_heaterstates(
2160
   void Temperature::print_heaterstates(

Loading…
Cancelar
Guardar