Declare extruder_duplication_enabled in Marlin.h

This commit is contained in:
Scott Lahteine
2016-05-18 15:51:17 -07:00
parent 82c2d308dc
commit 516e79bbda
3 changed files with 4 additions and 5 deletions

View File

@@ -165,10 +165,6 @@ class Planner {
static long axis_segment_time[2][3] = { {MAX_FREQ_TIME + 1, 0, 0}, {MAX_FREQ_TIME + 1, 0, 0} };
#endif
#if ENABLED(DUAL_X_CARRIAGE)
extern bool extruder_duplication_enabled;
#endif
public:
Planner();