Fix declaration of old_z_probe_endstop.
This commit is contained in:
parent
44b88b41a2
commit
92eb8109ab
@ -97,9 +97,10 @@ static bool old_x_min_endstop = false,
|
|||||||
old_z2_min_endstop = false,
|
old_z2_min_endstop = false,
|
||||||
old_z2_max_endstop = false;
|
old_z2_max_endstop = false;
|
||||||
#endif
|
#endif
|
||||||
#if defined Z_PROBE_AND_ENDSTOP
|
|
||||||
old_z_probe_endstop = false;
|
#ifdef Z_PROBE_AND_ENDSTOP
|
||||||
#endif
|
static bool old_z_probe_endstop = false;
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool check_endstops = true;
|
static bool check_endstops = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user