Fix compiler error

Added missing include file,
called 'leveling_is_active()' with no prototipe defined.
This commit is contained in:
GMagician 2017-09-25 23:18:26 +02:00
parent c4e4a0688c
commit c508e9adec

View file

@ -46,6 +46,10 @@
#include "../feature/mixing.h"
#endif
#if HAS_LEVELING
#include "../feature/bedlevel/bedlevel.h"
#endif
#if ENABLED(SWITCHING_EXTRUDER)
#if EXTRUDERS > 3