From 07f405d82b466830164f6f729ca8133d344cb2b5 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Sat, 26 Jun 2021 08:33:57 -1000 Subject: [PATCH] Duplicate line in axes. --- Grbl_Esp32/src/Machine/Axes.cpp | 1 - 1 file changed, 1 deletion(-) 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) {