Skip to content

Commit

Permalink
Include stepper.h
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 18, 2021
1 parent 7e1534e commit 1c54a4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Marlin/src/module/probe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@
#include "servo.h"
#endif

#if EITHER(SENSORLESS_PROBING, SENSORLESS_HOMING)
#if BOTH(HAS_QUIET_PROBING, PROBING_ESTEPPERS_OFF)
#include "stepper.h"
#endif

#if EITHER(SENSORLESS_PROBING, SENSORLESS_HOMING)
#include "../feature/tmc_util.h"
#endif

Expand Down

0 comments on commit 1c54a4e

Please sign in to comment.