🎨 Rename all/no axis enums

This commit is contained in:
Scott Lahteine
2021-05-21 08:25:54 -05:00
parent 2db640ea80
commit f4951ed56b
7 changed files with 13 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ inline void G38_single_probe(const uint8_t move_value) {
planner.synchronize();
G38_move = 0;
endstops.hit_on_purpose();
set_current_from_steppers_for_axis(ALL_AXES_MASK);
set_current_from_steppers_for_axis(ALL_AXES_ENUM);
sync_plan_position();
}