Minor babystep cleanup patches

This commit is contained in:
Scott Lahteine
2016-11-03 18:23:31 -05:00
parent cad792e702
commit 00662b8635
5 changed files with 7 additions and 7 deletions

View File

@ -257,7 +257,7 @@ class Stepper {
#endif
#if ENABLED(BABYSTEPPING)
static void babystep(const uint8_t axis, const bool direction); // perform a short step with a single stepper motor, outside of any convention
static void babystep(const AxisEnum axis, const bool direction); // perform a short step with a single stepper motor, outside of any convention
#endif
static inline void kill_current_block() {