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
   #if AXIS_IS_L64XX(Z3)
196
   #if AXIS_IS_L64XX(Z3)
197
     L6470_INIT_CHIP(Z3);
197
     L6470_INIT_CHIP(Z3);
198
   #endif
198
   #endif
199
+  #if AXIS_IS_L64XX(Z4)
200
+    L6470_INIT_CHIP(Z4);
201
+  #endif
199
   #if AXIS_IS_L64XX(E0)
202
   #if AXIS_IS_L64XX(E0)
200
     L6470_INIT_CHIP(E0);
203
     L6470_INIT_CHIP(E0);
201
   #endif
204
   #endif

Loading…
Cancel
Save