Browse Source

Followup for core endstops

pull/1/head
Scott Lahteine 6 years ago
parent
commit
f28e366b77
  1. 2
      Marlin/src/module/stepper.cpp

2
Marlin/src/module/stepper.cpp

@ -1571,7 +1571,7 @@ uint32_t Stepper::stepper_block_phase_isr() {
#if IS_CORE
// Define conditions for checking endstops
#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
#if CORE_IS_XY || CORE_IS_XZ

Loading…
Cancel
Save