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 #elif TOTAL_PROBING > 2
probes_total += z; probes_total += z;
#else
UNUSED(z);
#endif #endif
#if TOTAL_PROBING > 2 #if TOTAL_PROBING > 2