Skip to content

Commit

Permalink
✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndere1 authored Jun 7, 2021
1 parent fa94fc5 commit e31c267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e31c267

Please sign in to comment.