Fix SINGLENOZZLE compile
This commit is contained in:
parent
a02e884415
commit
ccbff12d6a
@ -45,7 +45,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(SINGLENOZZLE)
|
||||
#if ENABLED(SINGLENOZZLE_STANDBY_TEMP)
|
||||
#include "../../module/tool_change.h"
|
||||
#endif
|
||||
|
||||
|
@ -35,6 +35,10 @@
|
||||
#include "../../module/motion.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(SINGLENOZZLE_STANDBY_TEMP)
|
||||
#include "../../module/tool_change.h"
|
||||
#endif
|
||||
|
||||
//
|
||||
// "Temperature" submenu items
|
||||
//
|
||||
|
@ -34,6 +34,10 @@
|
||||
#include "../../module/temperature.h"
|
||||
#include "../../MarlinCore.h"
|
||||
|
||||
#if ENABLED(SINGLENOZZLE_STANDBY_TEMP)
|
||||
#include "../../module/tool_change.h"
|
||||
#endif
|
||||
|
||||
#if HAS_LEVELING
|
||||
#include "../../feature/bedlevel/bedlevel.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user