mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
FIX: fix the bugs related to bottom area and flip
[STUDIO-1079] Large plane not stick to bed [STUDIO-1437] Model auto flipping bug 1. Changed the orientation threshold so that some tiny rotations wont be ignored. 2. Added flipping detection. Rotation with same unprintability will not be excuted. 3. Added the weight of first layer area to improve large planar face orientatio performance while not influence other objects with small first layer areas. Change-Id: I1efc9252c90bc053e65cb71e7770cb8d0305cb6e (cherry picked from commit 1eda67e4fd0cd2536af219e0c225fc08949b5023)
This commit is contained in:
parent
f6ff0f6131
commit
2b3e533b8b
2 changed files with 29 additions and 7 deletions
|
@ -53,7 +53,7 @@ struct OrientParamsArea {
|
|||
float TAR_E = 0.0115f;
|
||||
float FIRST_LAY_H = 0.2f;//0.0475;
|
||||
float VECTOR_TOL = -0.00083f;
|
||||
float NEGL_FACE_SIZE = 0.1f;
|
||||
float NEGL_FACE_SIZE = 0.01f;
|
||||
float ASCENT = -0.5f;
|
||||
float PLAFOND_ADV = 0.0599f;
|
||||
float CONTOUR_AMOUNT = 0.0182427f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue