Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/temperature.cpp
|
@ -2154,7 +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); |
|
|
delay(2); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void Temperature::print_heaterstates( |
|
|
void Temperature::print_heaterstates( |
|
|