Browse Source

Fix L64xx init for Z4

Scott Lahteine 4 years ago
parent
commit
0264316797
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/src/module/stepper/L64xx.cpp

+ 3
- 0
Marlin/src/module/stepper/L64xx.cpp View File

@@ -196,6 +196,9 @@ void L64XX_Marlin::init_to_defaults() {
196 196
   #if AXIS_IS_L64XX(Z3)
197 197
     L6470_INIT_CHIP(Z3);
198 198
   #endif
199
+  #if AXIS_IS_L64XX(Z4)
200
+    L6470_INIT_CHIP(Z4);
201
+  #endif
199 202
   #if AXIS_IS_L64XX(E0)
200 203
     L6470_INIT_CHIP(E0);
201 204
   #endif

Loading…
Cancel
Save