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
     }
778
     }
779
   #endif // PREVENT_COLD_EXTRUSION || PREVENT_LENGTHY_EXTRUDE
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
   // Compute direction bit-mask for this block
781
   // Compute direction bit-mask for this block
786
   uint8_t dm = 0;
782
   uint8_t dm = 0;
787
   #if CORE_IS_XY
783
   #if CORE_IS_XY

Loading…
Cancel
Save