mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
Updated home command for md90.
This commit is contained in:
@@ -191,11 +191,7 @@ asynStatus MD90Axis::home(double minVelocity, double maxVelocity, double acceler
|
||||
|
||||
status = sendAccelAndVelocity(acceleration, maxVelocity);
|
||||
|
||||
if (forwards) {
|
||||
sprintf(pC_->outString_, "#%02dH+", axisNo_);
|
||||
} else {
|
||||
sprintf(pC_->outString_, "#%02dH-", axisNo_);
|
||||
}
|
||||
sprintf(pC_->outString_, "HOM");
|
||||
status = pC_->writeReadController();
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user