|
@@ -135,13 +135,8 @@
|
135
|
135
|
#define ISR_START_E_STEPPER_CYCLES ISR_START_STEPPER_CYCLES
|
136
|
136
|
#define ISR_E_STEPPER_CYCLES ISR_STEPPER_CYCLES
|
137
|
137
|
|
138
|
|
-// If linear advance is disabled, then the loop also handles them
|
139
|
|
-#if DISABLED(LIN_ADVANCE) && ENABLED(MIXING_EXTRUDER) // ToDo: ???
|
140
|
|
- // HELP ME: What is what?
|
141
|
|
- // Directions are set up for MIXING_STEPPERS - like before.
|
142
|
|
- // Finding the right stepper may last up to MIXING_STEPPERS loops in get_next_stepper().
|
143
|
|
- // These loops are a bit faster than advancing a bresenham counter.
|
144
|
|
- // Always only one e-stepper is stepped.
|
|
138
|
+// If linear advance is disabled, the loop also handles them
|
|
139
|
+#if DISABLED(LIN_ADVANCE) && ENABLED(MIXING_EXTRUDER)
|
145
|
140
|
#define ISR_START_MIXING_STEPPER_CYCLES ((MIXING_STEPPERS) * (ISR_START_STEPPER_CYCLES))
|
146
|
141
|
#define ISR_MIXING_STEPPER_CYCLES ((MIXING_STEPPERS) * (ISR_STEPPER_CYCLES))
|
147
|
142
|
#else
|