Declare extruder_duplication_enabled in Marlin.h
This commit is contained in:
parent
82c2d308dc
commit
516e79bbda
3 changed files with 4 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue