Scott Lahteine 7 years ago
parent
commit
152c5d2616
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/planner.cpp

+ 0
- 4
Marlin/planner.cpp View File

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

Loading…
Cancel
Save