intelligent-agent / redeem

Firmware for Replicape
http://wiki.thing-printer.com/index.php?title=Redeem
GNU General Public License v3.0
36 stars 44 forks source link

End Stop axis configs evaluate once breaking corexy configurations #122

Open manbehindthemadness opened 6 years ago

manbehindthemadness commented 6 years ago

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 commented 6 years ago

@manbehindthemadness did you reach a conclusion about this issue?