🎨 Misc. code cleanup

This commit is contained in:
Scott Lahteine 2021-05-11 10:47:32 -05:00
parent 390878e78a
commit 0c8a53e507
8 changed files with 12 additions and 20 deletions

View file

@ -271,7 +271,7 @@ void home_delta() {
// Do this here all at once for Delta, because
// XYZ isn't ABC. Applying this per-tower would
// give the impression that they are the same.
LOOP_XYZ(i) set_axis_is_at_home((AxisEnum)i);
LOOP_ABC(i) set_axis_is_at_home((AxisEnum)i);
sync_plan_position();