Browse Source

Merge pull request #7748 from GMagician/Addressing-#7730

[bugfix-2.0.x] Fix compiler error (issue #7730)
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
2ee4eef25c
  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