Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

End Stop axis configs evaluate once breaking corexy configurations #122

Open
manbehindthemadness opened this issue Aug 24, 2018 · 1 comment

Comments

@manbehindthemadness
Copy link

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.

@ThatWileyGuy
Copy link
Member

@manbehindthemadness did you reach a conclusion about this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants