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
     }
771
     }
772
   #endif // PREVENT_COLD_EXTRUSION || PREVENT_LENGTHY_EXTRUDE
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
   // Compute direction bit-mask for this block
774
   // Compute direction bit-mask for this block
779
   uint8_t dm = 0;
775
   uint8_t dm = 0;
780
   #if CORE_IS_XY
776
   #if CORE_IS_XY

Loading…
Cancel
Save