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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user