Selaa lähdekoodia

Always define old_z, not always z2

Scott Lahteine 9 vuotta sitten
vanhempi
commit
7336e6df07
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3
    2
      Marlin/stepper.cpp

+ 3
- 2
Marlin/stepper.cpp Näytä tiedosto

@@ -99,9 +99,10 @@ static volatile bool endstop_z_probe_hit = false; // Leaving this in even if Z_P
99 99
   static bool old_y_max_endstop = false;
100 100
 #endif
101 101
 
102
+static bool old_z_min_endstop = false;
103
+static bool old_z_max_endstop = false;
104
+
102 105
 #ifdef Z_DUAL_ENDSTOPS
103
-  static bool old_z_min_endstop = false;
104
-  static bool old_z_max_endstop = false;
105 106
   static bool old_z2_min_endstop = false;
106 107
   static bool old_z2_max_endstop = false;
107 108
 #endif

Loading…
Peruuta
Tallenna