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
Cut-n-paste error? This incorrectly rejects commands that only move axis 2 from a stand-still (zero initial gRate2 and gAccel2 but with non-zero gJerk2)
The text was updated successfully, but these errors were encountered:
This patch fixesevil-mad#235 and evil-mad#236 to correctly validate L3 commands
with non-zero jerk2 and also flips the gJerk1 and gJerk2 globals
if the sign on gSteps1 or gSteps2 is negative in legacy mode.
This patch fixesevil-mad#235 and evil-mad#236 to correctly validate L3 commands
with non-zero jerk2 and also flips the gJerk1 and gJerk2 globals
if the sign on gSteps1 or gSteps2 is negative in legacy mode.
EggBot/EBB_firmware/app.X/source/ebb.c
Line 2071 in c1afd8a
Cut-n-paste error? This incorrectly rejects commands that only move axis 2 from a stand-still (zero initial
gRate2
andgAccel2
but with non-zerogJerk2
)The text was updated successfully, but these errors were encountered: