Minor babystep cleanup patches
This commit is contained in:
parent
cad792e702
commit
00662b8635
5 changed files with 7 additions and 7 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue