Skip to content

Commit

Permalink
Merge pull request #23 from icshwi/anders_fix_dec_jog
Browse files Browse the repository at this point in the history
Anders fix dec jog
  • Loading branch information
anderssandstrom authored Jun 18, 2020
2 parents ba7dd3f + fd8226b commit e43d32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devEcmcSup/motion/ecmcAxisBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ int ecmcAxisBase::moveVelocity(

getSeq()->setTargetVel(velocitySet);
getTraj()->setAcc(accelerationSet);
getTraj()->setAcc(decelerationSet);
getTraj()->setDec(decelerationSet);

errorCode = setExecute(1);
if (errorCode) {
Expand Down

0 comments on commit e43d32a

Please sign in to comment.