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.
1 parent 8c6f826 commit a963534Copy full SHA for a963534
src/BlenderServoAnimation.cpp
@@ -307,6 +307,8 @@ void BlenderServoAnimation::handleStopMode(unsigned long currentMicros) {
307
this->scene->stop(currentMicros);
308
309
if (this->servoManager.servosAreAllNeutral()) {
310
+ this->resetScene();
311
+
312
this->changeMode(MODE_DEFAULT);
313
}
314
0 commit comments