소스 검색

Remove obsolete de_float

Scott Lahteine 7 년 전
부모
커밋
23557f8e77
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0
    4
      Marlin/src/module/planner.cpp

+ 0
- 4
Marlin/src/module/planner.cpp 파일 보기

@@ -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…
취소
저장