Przeglądaj źródła

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

DerAndere 4 lat temu
rodzic
commit
e31c267481
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/src/module/settings.cpp

+ 1
- 1
Marlin/src/module/settings.cpp Wyświetl plik

@@ -1175,7 +1175,7 @@ void MarlinSettings::postprocess() {
1175 1175
         const tmc_hybrid_threshold_t tmc_hybrid_threshold = {
1176 1176
           LINEAR_AXIS_LIST(.X = 100, .Y = 100, .Z = 3, .I = 3, .J = 3, .K = 3),
1177 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 1180
         #undef _EN_ITEM
1181 1181
       #endif

Ładowanie…
Anuluj
Zapisz