1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-30 17:49:56 +02:00

Duplicate line in axes.

This commit is contained in:
Mitch Bradley
2021-06-26 08:33:57 -10:00
parent 47f0b89f4d
commit 07f405d82b

View File

@@ -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) {