Assembly: Fix small bugs in AssemblyObject.cpp, JointObject.py and UtilsAssembly.py

This commit is contained in:
PaddleStroke
2024-04-17 07:45:54 +02:00
committed by Yorik van Havre
parent d5beaf900e
commit b44505db39
4 changed files with 17 additions and 8 deletions

View File

@@ -159,7 +159,7 @@ int AssemblyObject::solve(bool enableRedo, bool updateJCS)
}
try {
mbdAssembly->solve();
mbdAssembly->runPreDrag(); // solve() is causing some issues with limits.
}
catch (...) {
Base::Console().Error("Solve failed\n");