Compare commits
1 Commits
510a4233e6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11d196f363 |
@@ -883,7 +883,7 @@ _callMeasurementHandler(measurementType, value, position, context) {
|
||||
if (interruptible.has(sequenceName) &&
|
||||
(currentState === "accelerating" || currentState === "decelerating")) {
|
||||
this.logger.warn(`Sequence '${sequenceName}' requested during '${currentState}'. Aborting active movement.`);
|
||||
this.state.abortCurrentMovement(`${sequenceName} sequence requested`);
|
||||
this.state.abortCurrentMovement(`${sequenceName} sequence requested`, { returnToOperational: true });
|
||||
await this._waitForOperational(2000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user