Fix probe.cpp warning (#14367)
This commit is contained in:
parent
def4bb987d
commit
f5afaaef5b
1 changed files with 4 additions and 2 deletions
|
@ -671,6 +671,8 @@ static float run_z_probe() {
|
||||||
}
|
}
|
||||||
#elif TOTAL_PROBING > 2
|
#elif TOTAL_PROBING > 2
|
||||||
probes_total += z;
|
probes_total += z;
|
||||||
|
#else
|
||||||
|
UNUSED(z);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if TOTAL_PROBING > 2
|
#if TOTAL_PROBING > 2
|
||||||
|
|
Loading…
Reference in a new issue