Enable M191 (#15531)

This commit is contained in:
Bo Herrmannsen
2019-10-16 22:02:37 +02:00
committed by Scott Lahteine
parent 40de135d4d
commit 0d7736d663
4 changed files with 8 additions and 10 deletions

View File

@@ -446,7 +446,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
#if HAS_HEATED_CHAMBER
case 141: M141(); break; // M141: Set chamber temperature
//case 191: M191(); break; // M191: Wait for chamber temperature to reach target
case 191: M191(); break; // M191: Wait for chamber temperature to reach target
#endif
#if ENABLED(AUTO_REPORT_TEMPERATURES) && HAS_TEMP_SENSOR