Fix capitalization of counter_m
This commit is contained in:
parent
42b5616327
commit
9bf78ef465
2 changed files with 7 additions and 7 deletions
|
|
@ -152,7 +152,7 @@ class Stepper {
|
|||
// Mixing extruder mix counters
|
||||
//
|
||||
#if ENABLED(MIXING_EXTRUDER)
|
||||
static long counter_M[MIXING_STEPPERS];
|
||||
static long counter_m[MIXING_STEPPERS];
|
||||
#define MIXING_STEPPERS_LOOP(VAR) \
|
||||
for (uint8_t VAR = 0; VAR < MIXING_STEPPERS; VAR++) \
|
||||
if (current_block->mix_event_count[VAR])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue