Fix capitalization of counter_m

This commit is contained in:
Scott Lahteine
2016-09-02 11:31:45 -05:00
parent 42b5616327
commit 9bf78ef465
2 changed files with 7 additions and 7 deletions

View File

@ -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])