Mesh: fixes #11985: 3MF export to Prusa with clone = open edge warnings on clone
See https://forum.freecad.org/viewtopic.php?p=738731#p738731
This commit is contained in:
@@ -160,7 +160,7 @@ struct Vertex
|
||||
}
|
||||
};
|
||||
|
||||
const double Vertex::deflection = gp::Resolution();
|
||||
const double Vertex::deflection = 10 * std::numeric_limits<double>::epsilon();
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user