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
 #ifdef ENDSTOPS_ONLY_FOR_HOMING
85
 #ifdef ENDSTOPS_ONLY_FOR_HOMING
86
   #define CHECK_ENDSTOPS  if(check_endstops)
86
   #define CHECK_ENDSTOPS  if(check_endstops)
87
 #else
87
 #else
88
-  #define CHECK_ENDSTOPS
88
+  #define CHECK_ENDSTOPS  if(check_endstops)
89
 #endif
89
 #endif
90
 
90
 
91
 // intRes = intIn1 * intIn2 >> 16
91
 // intRes = intIn1 * intIn2 >> 16

Loading…
Cancel
Save