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

WIP Homing

Fixed motorMask calc
This commit is contained in:
bdring
2021-07-25 09:30:42 -05:00
parent 17689abbc6
commit d82456d63e

View File

@@ -37,7 +37,7 @@ namespace Machine {
void Gang::init() {
if (strcmp(_motor->name(), "null_motor") != 0) {
bitnum_istrue(Machine::Axes::motorMask, _axis + 16 * _gang);
bitnum_true(Machine::Axes::motorMask, _axis + 16 * _gang);
}
_motor->init();
if (_endstops) {