Add multi-extruder condition
This commit is contained in:
@ -164,7 +164,7 @@ typedef struct block_t {
|
||||
};
|
||||
uint32_t step_event_count; // The number of step events required to complete this block
|
||||
|
||||
#if EXTRUDERS > 1
|
||||
#if HAS_MULTI_EXTRUDER
|
||||
uint8_t extruder; // The extruder to move (if E move)
|
||||
#else
|
||||
static constexpr uint8_t extruder = 0;
|
||||
|
Reference in New Issue
Block a user