Browse Source

Fix GcodeSuite::T active_extruder reference

Scott Lahteine 6 years ago
parent
commit
2d92f333f5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/control/T.cpp

+ 1
- 1
Marlin/src/gcode/control/T.cpp View File

@@ -23,7 +23,7 @@
23 23
 #include "../gcode.h"
24 24
 #include "../../module/tool_change.h"
25 25
 
26
-#if ENABLED(DEBUG_LEVELING_FEATURE) || HOTENDS > 1
26
+#if ENABLED(DEBUG_LEVELING_FEATURE) || EXTRUDERS > 1
27 27
   #include "../../module/motion.h"
28 28
 #endif
29 29
 

Loading…
Cancel
Save