Browse Source

Fix SINGLENOZZLE compile

Scott Lahteine 4 years ago
parent
commit
0cbc44d8bf

+ 1
- 1
Marlin/src/gcode/temp/M104_M109.cpp View File

45
   #endif
45
   #endif
46
 #endif
46
 #endif
47
 
47
 
48
-#if ENABLED(SINGLENOZZLE)
48
+#if ENABLED(SINGLENOZZLE_STANDBY_TEMP)
49
   #include "../../module/tool_change.h"
49
   #include "../../module/tool_change.h"
50
 #endif
50
 #endif
51
 
51
 

+ 4
- 0
Marlin/src/lcd/menu/menu_temperature.cpp View File

35
   #include "../../module/motion.h"
35
   #include "../../module/motion.h"
36
 #endif
36
 #endif
37
 
37
 
38
+#if ENABLED(SINGLENOZZLE_STANDBY_TEMP)
39
+  #include "../../module/tool_change.h"
40
+#endif
41
+
38
 //
42
 //
39
 // "Temperature" submenu items
43
 // "Temperature" submenu items
40
 //
44
 //

+ 4
- 0
Marlin/src/lcd/menu/menu_tune.cpp View File

34
 #include "../../module/temperature.h"
34
 #include "../../module/temperature.h"
35
 #include "../../MarlinCore.h"
35
 #include "../../MarlinCore.h"
36
 
36
 
37
+#if ENABLED(SINGLENOZZLE_STANDBY_TEMP)
38
+  #include "../../module/tool_change.h"
39
+#endif
40
+
37
 #if HAS_LEVELING
41
 #if HAS_LEVELING
38
   #include "../../feature/bedlevel/bedlevel.h"
42
   #include "../../feature/bedlevel/bedlevel.h"
39
 #endif
43
 #endif

Loading…
Cancel
Save