Browse Source

Fix to allow M120/M121

pull/1/head
sefi 13 years ago
parent
commit
c27081aa4a
  1. 2
      Marlin/stepper.cpp

2
Marlin/stepper.cpp

@ -85,7 +85,7 @@ volatile char count_direction[NUM_AXIS] = { 1, 1, 1, 1};
#ifdef ENDSTOPS_ONLY_FOR_HOMING
#define CHECK_ENDSTOPS if(check_endstops)
#else
#define CHECK_ENDSTOPS
#define CHECK_ENDSTOPS if(check_endstops)
#endif
// intRes = intIn1 * intIn2 >> 16

Loading…
Cancel
Save