mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Increase minimum oversampling for grid conversion in hollowing
To avoid generation of broken meshes when the space for hollowing is tight
This commit is contained in:
@@ -112,7 +112,7 @@ InteriorPtr generate_interior(const TriangleMesh & mesh,
|
|||||||
const HollowingConfig &hc,
|
const HollowingConfig &hc,
|
||||||
const JobController & ctl)
|
const JobController & ctl)
|
||||||
{
|
{
|
||||||
static const double MIN_OVERSAMPL = 3.;
|
static const double MIN_OVERSAMPL = 3.5;
|
||||||
static const double MAX_OVERSAMPL = 8.;
|
static const double MAX_OVERSAMPL = 8.;
|
||||||
|
|
||||||
// I can't figure out how to increase the grid resolution through openvdb
|
// I can't figure out how to increase the grid resolution through openvdb
|
||||||
|
|||||||
Reference in New Issue
Block a user