Browse Source

More reliable temperature serial report?

pull/1/head
Scott Lahteine 7 years ago
parent
commit
a408209d24
  1. 1
      Marlin/src/module/temperature.cpp

1
Marlin/src/module/temperature.cpp

@ -2154,6 +2154,7 @@ void Temperature::isr() {
SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR); SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR);
SERIAL_PROTOCOLCHAR_P(port, ')'); SERIAL_PROTOCOLCHAR_P(port, ')');
#endif #endif
safe_delay(2);
} }
void Temperature::print_heaterstates( void Temperature::print_heaterstates(

Loading…
Cancel
Save