Browse Source

Fix L64xx init for Z4

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
0167bba371
  1. 3
      Marlin/src/module/stepper/L64xx.cpp

3
Marlin/src/module/stepper/L64xx.cpp

@ -196,6 +196,9 @@ void L64XX_Marlin::init_to_defaults() {
#if AXIS_IS_L64XX(Z3)
L6470_INIT_CHIP(Z3);
#endif
#if AXIS_IS_L64XX(Z4)
L6470_INIT_CHIP(Z4);
#endif
#if AXIS_IS_L64XX(E0)
L6470_INIT_CHIP(E0);
#endif

Loading…
Cancel
Save