🩹 Fix EXTRUDER 0 compile warning (#22868)
This commit is contained in:
parent
11c829fb28
commit
d0c0630c1f
@ -609,7 +609,7 @@ class Stepper {
|
|||||||
static void disable_e_steppers();
|
static void disable_e_steppers();
|
||||||
#else
|
#else
|
||||||
static inline void enable_extruder() {}
|
static inline void enable_extruder() {}
|
||||||
static inline bool disable_extruder() {}
|
static inline bool disable_extruder() { return true; }
|
||||||
static inline void enable_e_steppers() {}
|
static inline void enable_e_steppers() {}
|
||||||
static inline void disable_e_steppers() {}
|
static inline void disable_e_steppers() {}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user