Fix compiler error
Added missing include file, called 'leveling_is_active()' with no prototipe defined.
This commit is contained in:
parent
c4e4a0688c
commit
c508e9adec
@ -46,6 +46,10 @@
|
|||||||
#include "../feature/mixing.h"
|
#include "../feature/mixing.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if HAS_LEVELING
|
||||||
|
#include "../feature/bedlevel/bedlevel.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
|
|
||||||
#if EXTRUDERS > 3
|
#if EXTRUDERS > 3
|
||||||
|
Loading…
Reference in New Issue
Block a user