Browse Source

Correct bracketing for COREXY-XZ

pull/1/head
AnHardt 9 years ago
committed by Richard Wackerbarth
parent
commit
27d7d2ccab
  1. 5
      Marlin/stepper.cpp

5
Marlin/stepper.cpp

@ -374,7 +374,7 @@ inline void update_endstops() {
UPDATE_ENDSTOP(Y, MAX); UPDATE_ENDSTOP(Y, MAX);
#endif #endif
} }
#if defined(COREXY) || defined(COREXZ) #if defined(COREXY)
} }
#endif #endif
@ -459,6 +459,9 @@ inline void update_endstops() {
} }
#endif #endif
} }
#if defined(COREXZ)
}
#endif
old_endstop_bits = current_endstop_bits; old_endstop_bits = current_endstop_bits;
} }

Loading…
Cancel
Save