Modify comment for unlimited E steppers

This commit is contained in:
Scott Lahteine
2019-11-13 01:45:35 -06:00
parent 9fd35c84ce
commit 7e9c846ec3
125 changed files with 375 additions and 375 deletions

View File

@ -766,7 +766,7 @@
/**
* Default Axis Steps Per Unit (steps/mm)
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
* X, Y, Z, E0 [, E1[, E2...]]
*/
#if ENABLED(Y_2208)
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 96 }
@ -777,7 +777,7 @@
/**
* Default Max Feed Rate (mm/s)
* Override with M203
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 250, 150, 5, 25 }
@ -790,7 +790,7 @@
* Default Max Acceleration (change/s) change = mm/s
* (Maximum start speed for accelerated moves)
* Override with M201
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
* X, Y, Z, E0 [, E1[, E2...]]
*/
#if ENABLED(X_2208)
#if ENABLED(X_SPREADCYCLE)