Fix DELTA + TMC sensorless homing + SPI endstops (#18811)
This commit is contained in:
@ -395,3 +395,9 @@ void homeaxis(const AxisEnum axis);
|
||||
#if HAS_M206_COMMAND
|
||||
void set_home_offset(const AxisEnum axis, const float v);
|
||||
#endif
|
||||
|
||||
#if USE_SENSORLESS
|
||||
struct sensorless_t;
|
||||
sensorless_t start_sensorless_homing_per_axis(const AxisEnum axis);
|
||||
void end_sensorless_homing_per_axis(const AxisEnum axis, sensorless_t enable_stealth);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user