Fix HOME_BACKOFF_MM type (#14805)

This commit is contained in:
mekius 2019-08-01 20:32:45 -05:00 committed by Scott Lahteine
parent 96a1c6540e
commit 7682751646

View file

@ -1604,7 +1604,7 @@ void homeaxis(const AxisEnum axis) {
#ifdef HOMING_BACKOFF_MM
constexpr float endstop_backoff[XYZ] = HOMING_BACKOFF_MM;
const AxisEnum backoff_mm = endstop_backoff[
const float backoff_mm = endstop_backoff[
#if ENABLED(DELTA)
Z_AXIS
#else