Fix probe.cpp warning (#14367)

2.0.x
BigIronGuru 6 years ago committed by Scott Lahteine
parent def4bb987d
commit f5afaaef5b

@ -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…
Cancel
Save