mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 21:59:08 +08:00
Fix failing test for hollowing
This commit is contained in:
parent
23db6f3071
commit
39a47e91f7
@ -67,7 +67,7 @@ static InteriorPtr generate_interior_verbose(const TriangleMesh & mesh,
|
|||||||
{
|
{
|
||||||
double offset = voxel_scale * min_thickness;
|
double offset = voxel_scale * min_thickness;
|
||||||
double D = voxel_scale * closing_dist;
|
double D = voxel_scale * closing_dist;
|
||||||
float in_range = /*1.1f * */float(offset + D);
|
float in_range = 1.1f * float(offset + D);
|
||||||
|
|
||||||
if (ctl.stopcondition()) return {};
|
if (ctl.stopcondition()) return {};
|
||||||
else ctl.statuscb(0, L("Hollowing"));
|
else ctl.statuscb(0, L("Hollowing"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user