Skip to content

Commit a963534

Browse files
committed
reset scene when stop handling is completed
1 parent 8c6f826 commit a963534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BlenderServoAnimation.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ void BlenderServoAnimation::handleStopMode(unsigned long currentMicros) {
307307
this->scene->stop(currentMicros);
308308

309309
if (this->servoManager.servosAreAllNeutral()) {
310+
this->resetScene();
311+
310312
this->changeMode(MODE_DEFAULT);
311313
}
312314
}

0 commit comments

Comments
 (0)