mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 12:04:05 -06:00
FIX: [STUDIO-3921] orientation bug
JIRA: STUDIO-3921 fix the orientation bug that multiple objects does not perform the same increase num of hull faces to iterate Change-Id: I9c662e1e7858521585de612d7f1e9cd213e183bb (cherry picked from commit 7ce0ba3e037f9b2a6d420ab302913753f9ea7544)
This commit is contained in:
parent
cdbbdafc59
commit
1e1125b785
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ public:
|
|||
|
||||
area_cumulation_accurate(face_normals, normals_quantize, areas, 10);
|
||||
|
||||
area_cumulation_accurate(face_normals_hull, normals_hull_quantize, areas_hull, 10);
|
||||
area_cumulation_accurate(face_normals_hull, normals_hull_quantize, areas_hull, 14);
|
||||
|
||||
add_supplements();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue