Browse Source

Fix to allow M120/M121

sefi 13 years ago
parent
commit
c27081aa4a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/stepper.cpp

+ 1
- 1
Marlin/stepper.cpp View File

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

Loading…
Cancel
Save