Fix M412 without HOST_ACTION_COMMANDS (#14591)

This commit is contained in:
scotthsl 2019-07-12 17:23:33 +08:00 committed by Scott Lahteine
parent 4a5f135c5d
commit 19b24a349c

View File

@ -31,12 +31,12 @@
* M412: Enable / Disable filament runout detection
*/
void GcodeSuite::M412() {
if (parser.seen("HS"
if (parser.seen("RS"
#ifdef FILAMENT_RUNOUT_DISTANCE_MM
"D"
#endif
#if ENABLED(HOST_ACTION_COMMANDS)
"R"
"H"
#endif
)) {
#if ENABLED(HOST_ACTION_COMMANDS)