From 4cb51814b88972002dc5364a63fa586f20d3c1b0 Mon Sep 17 00:00:00 2001 From: smathis Date: Mon, 9 Mar 2026 11:55:33 +0100 Subject: [PATCH] Added callback --- src/sinqAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinqAxis.cpp b/src/sinqAxis.cpp index 6b15246..ec49654 100644 --- a/src/sinqAxis.cpp +++ b/src/sinqAxis.cpp @@ -370,7 +370,7 @@ asynStatus sinqAxis::move(double position, int relative, double minVelocity, pC_->portName, axisNo(), __PRETTY_FUNCTION__, __LINE__); setAxisParamChecked(this, motorErrorMessage, "Motor needs to be homed first."); - return asynSuccess; + return pC_->callParamCallbacks(); } // Store the target position internally