mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Increase tolerance for objects being outside print bed.
This commit is contained in:
@@ -611,7 +611,7 @@ struct _3DScene
|
|||||||
static void point3_to_verts(const Vec3crd& point, double width, double height, GLVolume& volume);
|
static void point3_to_verts(const Vec3crd& point, double width, double height, GLVolume& volume);
|
||||||
};
|
};
|
||||||
|
|
||||||
static constexpr float BedEpsilon = float(EPSILON);
|
static constexpr float BedEpsilon = 3.f * float(EPSILON);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user