✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068)

This commit is contained in:
DerAndere 2021-06-07 06:23:23 +02:00 committed by Scott Lahteine
parent e3df7d7bc8
commit 6e3c45580c

View File

@ -1175,7 +1175,7 @@ void MarlinSettings::postprocess() {
const tmc_hybrid_threshold_t tmc_hybrid_threshold = {
LINEAR_AXIS_LIST(.X = 100, .Y = 100, .Z = 3, .I = 3, .J = 3, .K = 3),
.X2 = 100, .Y2 = 100, .Z2 = 3, .Z3 = 3, .Z4 = 3
REPEAT(EXTRUDERS, _EN_ITEM)
REPEAT(E_STEPPERS, _EN_ITEM)
};
#undef _EN_ITEM
#endif