Browse Source

Fix compile error with delta and sensorless homing (#12740)

pull/1/head
Ludy 6 years ago
committed by Scott Lahteine
parent
commit
3877bf9704
  1. 1
      Marlin/src/module/delta.cpp

1
Marlin/src/module/delta.cpp

@ -39,6 +39,7 @@
#if ENABLED(SENSORLESS_HOMING)
#include "../feature/tmc_util.h"
#include "../module/stepper_indirection.h"
#endif
// Initialized by settings.load()

Loading…
Cancel
Save