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,7 +45,7 @@
45 45
   #endif
46 46
 #endif
47 47
 
48
-#if ENABLED(SINGLENOZZLE)
48
+#if ENABLED(SINGLENOZZLE_STANDBY_TEMP)
49 49
   #include "../../module/tool_change.h"
50 50
 #endif
51 51
 

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

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

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

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

Loading…
Cancel
Save