🎨 Misc. code cleanup
This commit is contained in:
committed by
Scott Lahteine
parent
5afb5e03b0
commit
02e131b5fd
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user