diff --git a/Grbl_Esp32/src/Machine/Axes.cpp b/Grbl_Esp32/src/Machine/Axes.cpp index f75d57ff..9598fc6f 100644 --- a/Grbl_Esp32/src/Machine/Axes.cpp +++ b/Grbl_Esp32/src/Machine/Axes.cpp @@ -207,7 +207,6 @@ namespace Machine { tmp[1] = '\0'; if (handler.handlerType() == Configuration::HandlerType::Runtime || handler.handlerType() == Configuration::HandlerType::Parser || - handler.handlerType() == Configuration::HandlerType::AfterParse || handler.handlerType() == Configuration::HandlerType::AfterParse || handler.handlerType() == Configuration::HandlerType::Generator || handler.handlerType() == Configuration::HandlerType::Validator) {