Browse Source

Fix GcodeSuite::T active_extruder reference

pull/1/head
Scott Lahteine 6 years ago
parent
commit
2d92f333f5
  1. 2
      Marlin/src/gcode/control/T.cpp

2
Marlin/src/gcode/control/T.cpp

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

Loading…
Cancel
Save