Increase tolerance for objects being outside print bed.
This commit is contained in:
parent
250ef23fd5
commit
d19a7fcfad
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue