You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
End stop axis configs are only being evaluated once, regardless of the number of times they appear in settings. Example:
end_stop_X1_stops = x_cw, y_cw # only stops y_cw
end_stop_Y1_stops = x_cw, y_ccw # functions normally
end_stop_Y2_stops = z_ccw # does nothing
end_stop_Z1_stops = z_ccw # functions normally
end_stop_Z2_stops = z_cw # functions normally
The last entry of a given axis config is the one that takes priority, replacing all previous entries.
The text was updated successfully, but these errors were encountered: