Compare commits

...

1 Commits

Author SHA1 Message Date
mathis_s c12682f0c1 Fixed bug in 1.5 driver family
Test And Build / Build (push) Failing after 3s
Test And Build / Lint (push) Failing after 4s
2026-05-01 16:21:25 +02:00
+1 -1
View File
@@ -202,7 +202,7 @@ asynStatus turboPmacAxis::init() {
// here to mm/s^2.
motorAccel = motorAccel * 1000;
if (nvals != 8) {
if (nvals != 7) {
return pC_->couldNotParseResponse(command, response, axisNo_,
__PRETTY_FUNCTION__, __LINE__);
}