|
|
|
|
1461
|
#endif
|
1461
|
#endif
|
1462
|
SERIAL_EOL;
|
1462
|
SERIAL_EOL;
|
1463
|
#if ENABLED(DISTINCT_E_FACTORS)
|
1463
|
#if ENABLED(DISTINCT_E_FACTORS)
|
1464
|
- SERIAL_ECHO_START;
|
|
|
|
|
1464
|
+ CONFIG_ECHO_START;
|
1465
|
for (uint8_t i = 0; i < E_STEPPERS; i++) {
|
1465
|
for (uint8_t i = 0; i < E_STEPPERS; i++) {
|
1466
|
SERIAL_ECHOPAIR(" M201 T", (int)i);
|
1466
|
SERIAL_ECHOPAIR(" M201 T", (int)i);
|
1467
|
SERIAL_ECHOLNPAIR(" E", VOLUMETRIC_UNIT(planner.max_acceleration_mm_per_s2[E_AXIS + i]));
|
1467
|
SERIAL_ECHOLNPAIR(" E", VOLUMETRIC_UNIT(planner.max_acceleration_mm_per_s2[E_AXIS + i]));
|