Browse Source

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

vanilla_fb_2.0.x
DerAndere 4 years ago
committed by Scott Lahteine
parent
commit
6e3c45580c
  1. 2
      Marlin/src/module/settings.cpp

2
Marlin/src/module/settings.cpp

@ -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…
Cancel
Save