We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc98a17 + 0a6cb33 commit afe81f8Copy full SHA for afe81f8
pmacApp/src/pmacCSController.cpp
@@ -409,6 +409,8 @@ asynStatus pmacCSController::updateCsDemands(void) {
409
pmacCSAxis *pAxis = NULL;
410
static const char *functionName = "updateCsDemands";
411
412
+ debug(DEBUG_TRACE, functionName, "Called");
413
+
414
//Turn on the changed motor position flag for the involved axes.
415
for (int axis = 0; axis < numAxes_; axis++) {
416
pAxis = this->getAxis(axis);
0 commit comments