Assembly: Add tolerance to detect ground part movement
This commit is contained in:
committed by
Chris Hennes
parent
47a43ffebd
commit
de7e30503e
@@ -375,7 +375,7 @@ bool AssemblyObject::validateNewPlacements()
|
||||
newPlacement = newPlacement * it->second.offsetPlc;
|
||||
}
|
||||
|
||||
if (!oldPlc.isSame(newPlacement)) {
|
||||
if (!oldPlc.isSame(newPlacement, Precision::Confusion())) {
|
||||
Base::Console().warning(
|
||||
"Assembly : Ignoring bad solve, a grounded object (%s) moved.\n",
|
||||
obj->getFullLabel());
|
||||
|
||||
Reference in New Issue
Block a user