Преглед изворни кода

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

DerAndere пре 4 година
родитељ
комит
e31c267481
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/module/settings.cpp

+ 1
- 1
Marlin/src/module/settings.cpp Прегледај датотеку

1175
         const tmc_hybrid_threshold_t tmc_hybrid_threshold = {
1175
         const tmc_hybrid_threshold_t tmc_hybrid_threshold = {
1176
           LINEAR_AXIS_LIST(.X = 100, .Y = 100, .Z = 3, .I = 3, .J = 3, .K = 3),
1176
           LINEAR_AXIS_LIST(.X = 100, .Y = 100, .Z = 3, .I = 3, .J = 3, .K = 3),
1177
           .X2 = 100, .Y2 = 100, .Z2 = 3, .Z3 = 3, .Z4 = 3
1177
           .X2 = 100, .Y2 = 100, .Z2 = 3, .Z3 = 3, .Z4 = 3
1178
-          REPEAT(EXTRUDERS, _EN_ITEM)
1178
+          REPEAT(E_STEPPERS, _EN_ITEM)
1179
         };
1179
         };
1180
         #undef _EN_ITEM
1180
         #undef _EN_ITEM
1181
       #endif
1181
       #endif

Loading…
Откажи
Сачувај