Assembly: Add tolerance to detect ground part movement
This commit is contained in:
committed by
Chris Hennes
parent
01da3ddd35
commit
96ca8a43a6
@@ -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