Add multi-extruder condition
This commit is contained in:
@ -111,7 +111,7 @@ xyze_pos_t destination; // {0}
|
||||
#endif
|
||||
|
||||
// The active extruder (tool). Set with T<extruder> command.
|
||||
#if EXTRUDERS > 1
|
||||
#if HAS_MULTI_EXTRUDER
|
||||
uint8_t active_extruder = 0; // = 0
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user