From 152c5d2616ab2be9a242ff19b2829c791ffa1633 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 2 Dec 2017 20:47:33 -0600 Subject: [PATCH] Followup to #8613 --- Marlin/planner.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Marlin/planner.cpp b/Marlin/planner.cpp index 071c3c608..7818fbfa2 100644 --- a/Marlin/planner.cpp +++ b/Marlin/planner.cpp @@ -771,10 +771,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