|
@@ -105,16 +105,16 @@ static volatile bool endstop_z_probe_hit = false; // Leaving this in even if Z_P
|
105
|
105
|
static bool old_z_max_endstop = false;
|
106
|
106
|
#endif
|
107
|
107
|
#ifdef Z_DUAL_ENDSTOPS
|
108
|
|
- #if HAS_Z2_MIN
|
|
108
|
+ // #if HAS_Z2_MIN
|
109
|
109
|
static bool old_z2_min_endstop = false;
|
110
|
|
- #endif
|
111
|
|
- #if HAS_Z2_MAX
|
|
110
|
+ // #endif
|
|
111
|
+ // #if HAS_Z2_MAX
|
112
|
112
|
static bool old_z2_max_endstop = false;
|
113
|
|
- #endif
|
|
113
|
+ // #endif
|
114
|
114
|
#endif
|
115
|
115
|
|
116
|
116
|
#ifdef Z_PROBE_ENDSTOP // No need to check for valid pin, SanityCheck.h already does this.
|
117
|
|
-static bool old_z_probe_endstop = false;
|
|
117
|
+ static bool old_z_probe_endstop = false;
|
118
|
118
|
#endif
|
119
|
119
|
|
120
|
120
|
static bool check_endstops = true;
|