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

Config/Dump : Axes now work

This commit is contained in:
Mitch Bradley
2021-06-10 09:18:49 -10:00
parent e77ca59599
commit 1ef8cd0e09

View File

@@ -310,7 +310,8 @@ void Axes::group(Configuration::HandlerBase& handler) {
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.section(tmp, _axis[a]);
}
}