Browse Source

Consistent M112 with Emergency Parser (#16747)

pull/1/head
Jason Smith 5 years ago
committed by GitHub
parent
commit
9a8de23858
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/module/temperature.cpp

2
Marlin/src/module/temperature.cpp

@ -1050,7 +1050,7 @@ void Temperature::manage_heater() {
#endif
#if ENABLED(EMERGENCY_PARSER)
if (emergency_parser.killed_by_M112) kill();
if (emergency_parser.killed_by_M112) kill(M112_KILL_STR, nullptr, true);
#endif
if (!raw_temps_ready) return;

Loading…
Cancel
Save