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