🎨 Misc. code cleanup
This commit is contained in:
parent
390878e78a
commit
0c8a53e507
8 changed files with 12 additions and 20 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue