ソースを参照

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

読み込み中…
キャンセル
保存