Better choice of code

Followup to #19344
This commit is contained in:
Scott Lahteine
2020-09-11 23:05:27 -05:00
parent 979876e958
commit cd85fa3abe
3 changed files with 5 additions and 5 deletions

View File

@ -334,13 +334,13 @@ void GcodeSuite::M871() {
}
/**
* M872: Wait for probe temperature sensor to reach a target
* M192: Wait for probe temperature sensor to reach a target
*
* Select only one of these flags:
* R - Wait for heating or cooling
* S - Wait only for heating
*/
void GcodeSuite::M872() {
void GcodeSuite::M192() {
if (DEBUGGING(DRYRUN)) return;
const bool no_wait_for_cooling = parser.seenval('S');