[bugfix-2.0.x] Fix compiler error (issue #7730)
This commit is contained in:
Scott Lahteine 2017-09-27 12:06:55 -05:00 committed by GitHub
commit 2ee4eef25c

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