Fix declaration of old_z_probe_endstop.
This commit is contained in:
parent
44b88b41a2
commit
92eb8109ab
1 changed files with 4 additions and 3 deletions
|
@ -97,8 +97,9 @@ static bool old_x_min_endstop = false,
|
|||
old_z2_min_endstop = false,
|
||||
old_z2_max_endstop = false;
|
||||
#endif
|
||||
#if defined Z_PROBE_AND_ENDSTOP
|
||||
old_z_probe_endstop = false;
|
||||
|
||||
#ifdef Z_PROBE_AND_ENDSTOP
|
||||
static bool old_z_probe_endstop = false;
|
||||
#endif
|
||||
|
||||
static bool check_endstops = true;
|
||||
|
|
Reference in a new issue