Selaa lähdekoodia

Merge pull request #156 from Atntias/patch-2

Fix to allow M120/M121
ErikZalm 13 vuotta sitten
vanhempi
commit
58cad83253
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/stepper.cpp

+ 1
- 1
Marlin/stepper.cpp Näytä tiedosto

@@ -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…
Peruuta
Tallenna