1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-01 18:32:37 +02:00

Merge branch 'YamlSettings' of https://github.com/bdring/Grbl_Esp32 into YamlSettings

This commit is contained in:
Stefan de Bruijn
2021-06-26 22:47:00 +02:00

View File

@@ -206,12 +206,7 @@ namespace Machine {
tmp[0] = allAxis[a];
tmp[1] = '\0';
if (handler.handlerType() == Configuration::HandlerType::Runtime || handler.handlerType() == Configuration::HandlerType::Parser ||
handler.handlerType() == Configuration::HandlerType::AfterParse ||
handler.handlerType() == Configuration::HandlerType::Generator ||
handler.handlerType() == Configuration::HandlerType::Validator) {
handler.section(tmp, _axis[a]);
}
handler.section(tmp, _axis[a]);
}
}