Minor babystep cleanup patches
This commit is contained in:
@@ -1125,7 +1125,7 @@ void Stepper::report_positions() {
|
||||
|
||||
// MUST ONLY BE CALLED BY AN ISR,
|
||||
// No other ISR should ever interrupt this!
|
||||
void Stepper::babystep(const uint8_t axis, const bool direction) {
|
||||
void Stepper::babystep(const AxisEnum axis, const bool direction) {
|
||||
|
||||
switch (axis) {
|
||||
|
||||
|
Reference in New Issue
Block a user