Fix Fan Multiplexer init

This commit is contained in:
Scott Lahteine
2017-11-04 21:01:41 -05:00
parent 47e0ee8eff
commit 79772219ae
6 changed files with 100 additions and 29 deletions

View File

@ -30,9 +30,12 @@
#include "../../module/motion.h"
#include "../../module/stepper.h"
#include "../../module/endstops.h"
#include "../../module/tool_change.h"
#include "../../lcd/ultralcd.h"
#if HOTENDS > 1
#include "../../module/tool_change.h"
#endif
#if HAS_LEVELING
#include "../../feature/bedlevel/bedlevel.h"
#endif