Browse Source

Fix compiler error

Added missing include file,
called 'leveling_is_active()' with no prototipe defined.
pull/1/head
GMagician 7 years ago
parent
commit
c508e9adec
  1. 4
      Marlin/src/module/tool_change.cpp

4
Marlin/src/module/tool_change.cpp

@ -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

Loading…
Cancel
Save