|
Stepdance Software Library
|
Used for running a homing routine on a machine. More...
#include <homing.hpp>
Public Member Functions | |
| void | begin () |
| void | add_axis (uint8_t limit_switch_port, DecimalPosition value_at_limit, int direction, DecimalPosition velocity, BlockPort *target) |
| void | start_homing_routine () |
Protected Member Functions | |
| void | loop () |
Used for running a homing routine on a machine.
The Homing plugin lets the user define a number of axes they want to home Here's an example of how to configure and run a homing routine :