Jason Smith
5 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
|
@ -1050,7 +1050,7 @@ void Temperature::manage_heater() { |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if ENABLED(EMERGENCY_PARSER) |
|
|
#if ENABLED(EMERGENCY_PARSER) |
|
|
if (emergency_parser.killed_by_M112) kill(); |
|
|
if (emergency_parser.killed_by_M112) kill(M112_KILL_STR, nullptr, true); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
if (!raw_temps_ready) return; |
|
|
if (!raw_temps_ready) return; |
|
|