✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068)
This commit is contained in:
parent
e3df7d7bc8
commit
6e3c45580c
@ -1175,7 +1175,7 @@ void MarlinSettings::postprocess() {
|
|||||||
const tmc_hybrid_threshold_t tmc_hybrid_threshold = {
|
const tmc_hybrid_threshold_t tmc_hybrid_threshold = {
|
||||||
LINEAR_AXIS_LIST(.X = 100, .Y = 100, .Z = 3, .I = 3, .J = 3, .K = 3),
|
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
|
.X2 = 100, .Y2 = 100, .Z2 = 3, .Z3 = 3, .Z4 = 3
|
||||||
REPEAT(EXTRUDERS, _EN_ITEM)
|
REPEAT(E_STEPPERS, _EN_ITEM)
|
||||||
};
|
};
|
||||||
#undef _EN_ITEM
|
#undef _EN_ITEM
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user