Remove obsolete de_float

This commit is contained in:
Scott Lahteine 2017-12-02 20:19:07 -06:00
parent 05f8e98c4a
commit 23557f8e77

View file

@ -778,10 +778,6 @@ void Planner::_buffer_line(const float &a, const float &b, const float &c, const
}
#endif // PREVENT_COLD_EXTRUSION || PREVENT_LENGTHY_EXTRUDE
#if ENABLED(LIN_ADVANCE)
float de_float = de * steps_to_mm[E_AXIS_N];
#endif
// Compute direction bit-mask for this block
uint8_t dm = 0;
#if CORE_IS_XY