Skip to content

Commit c147abd

Browse files
committed
Bugfix and documentation
- Z-Homing did not work correctly due to the bugfix for CoreXY machines - Added a PDF on how to connect the laser to 12 V and TTL signal
1 parent 94a9ebf commit c147abd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

grbl/limits.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ void limits_go_home(uint8_t cycle_mask)
345345
}
346346
}
347347
// See: https://github.com/gnea/grbl-Mega/issues/49
348-
sys.homing_axis_lock[idx] = 65; //axislock[idx];
348+
sys.homing_axis_lock[idx] = 73; //axislock[idx];
349349
}
350350
}
351351

0 commit comments

Comments
 (0)