Fix babystep include, typos in stepper.cpp

Fix #16881
This commit is contained in:
Scott Lahteine
2020-02-16 17:46:41 -06:00
parent 4c6f695bea
commit 99a5074372
3 changed files with 9 additions and 5 deletions

View File

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