ソースを参照

🩹 Fix EXTRUDER 0 compile warning (#22868)

ellensp 3年前
コミット
b919bdbf0b
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/module/stepper.h

+ 1
- 1
Marlin/src/module/stepper.h ファイルの表示

@@ -609,7 +609,7 @@ class Stepper {
609 609
       static void disable_e_steppers();
610 610
     #else
611 611
       static inline void enable_extruder() {}
612
-      static inline bool disable_extruder() {}
612
+      static inline bool disable_extruder() { return true; }
613 613
       static inline void enable_e_steppers() {}
614 614
       static inline void disable_e_steppers() {}
615 615
     #endif

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