Browse Source

Remove obsolete de_float

Scott Lahteine 7 years ago
parent
commit
23557f8e77
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/src/module/planner.cpp

+ 0
- 4
Marlin/src/module/planner.cpp View File

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

Loading…
Cancel
Save