mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Place on bed area limit decreased
This commit is contained in:
@@ -1523,7 +1523,7 @@ void GLGizmoFlatten::update_planes()
|
|||||||
const Transform3d& inst_matrix = m_model_object->instances.front()->get_matrix();
|
const Transform3d& inst_matrix = m_model_object->instances.front()->get_matrix();
|
||||||
|
|
||||||
// Following constants are used for discarding too small polygons.
|
// 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
|
const float minimal_side = 1.f; // mm
|
||||||
|
|
||||||
// Now we'll go through all the facets and append Points of facets sharing the same normal.
|
// Now we'll go through all the facets and append Points of facets sharing the same normal.
|
||||||
|
|||||||
Reference in New Issue
Block a user