Skip to content
Snippets Groups Projects
Commit 2d92f333 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix GcodeSuite::T active_extruder reference

parent d2bb5370
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment