mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-31 10:01:48 +02:00
Axes skipped the validate phase
This commit is contained in:
@@ -208,7 +208,8 @@ namespace Machine {
|
|||||||
|
|
||||||
if (handler.handlerType() == Configuration::HandlerType::Runtime || handler.handlerType() == Configuration::HandlerType::Parser ||
|
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::AfterParse ||
|
||||||
|
handler.handlerType() == Configuration::HandlerType::Validator) {
|
||||||
handler.section(tmp, _axis[a]);
|
handler.section(tmp, _axis[a]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user