diff --git a/src/libslic3r/Geometry.cpp b/src/libslic3r/Geometry.cpp index 47915817a..84b967e0f 100644 --- a/src/libslic3r/Geometry.cpp +++ b/src/libslic3r/Geometry.cpp @@ -343,36 +343,12 @@ Vec3d extract_euler_angles(const Transform3d& transform) void rotation_from_two_vectors(Vec3d from, Vec3d to, Vec3d& rotation_axis, double& phi, Matrix3d* rotation_matrix) { - double epsilon = 1e-5; - // note: a.isMuchSmallerThan(b,prec) compares a.abs().sum()