mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-21 03:52:55 +08:00
Place on bed area limit decreased
This commit is contained in:
parent
c81dbba794
commit
2b39babf5f
@ -1523,7 +1523,7 @@ void GLGizmoFlatten::update_planes()
|
||||
const Transform3d& inst_matrix = m_model_object->instances.front()->get_matrix();
|
||||
|
||||
// Following constants are used for discarding too small polygons.
|
||||
const float minimal_area = 20.f; // in square mm (world coordinates)
|
||||
const float minimal_area = 5.f; // in square mm (world coordinates)
|
||||
const float minimal_side = 1.f; // mm
|
||||
|
||||
// Now we'll go through all the facets and append Points of facets sharing the same normal.
|
||||
|
Loading…
x
Reference in New Issue
Block a user