224
|
ext_E2[] PROGMEM = "E2", ext_E3[] PROGMEM = "E3",
|
224
|
ext_E2[] PROGMEM = "E2", ext_E3[] PROGMEM = "E3",
|
226
|
const static char* const tmc_axes[] PROGMEM = { ext_X, ext_X2, ext_Y, ext_Y2, ext_Z, ext_Z2, ext_E0, ext_E1, ext_E2, ext_E3, ext_E4 };
|
226
|
const static char* const tmc_axes[] PROGMEM = { ext_X, ext_X2, ext_Y, ext_Y2, ext_Z, ext_Z2, ext_E0, ext_E1, ext_E2, ext_E3, ext_E4 };
|
230
|
void _tmc_say_current(const TMC_AxisEnum axis, const uint16_t curr) {
|
230
|
void _tmc_say_current(const TMC_AxisEnum axis, const uint16_t curr) {
|