Fix probe.cpp warning (#14367)

This commit is contained in:
BigIronGuru 2019-06-23 00:27:33 +02:00 committed by Scott Lahteine
parent def4bb987d
commit f5afaaef5b

View file

@ -671,6 +671,8 @@ static float run_z_probe() {
}
#elif TOTAL_PROBING > 2
probes_total += z;
#else
UNUSED(z);
#endif
#if TOTAL_PROBING > 2