mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-30 21:58:06 +00:00
Followup for core endstops
This commit is contained in:
parent
8b44745bc7
commit
f28e366b77
1 changed files with 1 additions and 1 deletions
|
@ -1571,7 +1571,7 @@ uint32_t Stepper::stepper_block_phase_isr() {
|
||||||
#if IS_CORE
|
#if IS_CORE
|
||||||
// Define conditions for checking endstops
|
// Define conditions for checking endstops
|
||||||
#define S_(N) current_block->steps[CORE_AXIS_##N]
|
#define S_(N) current_block->steps[CORE_AXIS_##N]
|
||||||
#define D_(N) motor_direction(CORE_AXIS_##N)
|
#define D_(N) TEST(current_block->direction_bits, CORE_AXIS_##N)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CORE_IS_XY || CORE_IS_XZ
|
#if CORE_IS_XY || CORE_IS_XZ
|
||||||
|
|
Loading…
Reference in a new issue