fix: Revert "ENH: avoid overhang area when set the seam position"

This reverts commit 1e95803df3733021e80241ecf7b88976708f0cf7.

Reason for revert: some model test not good, need to update curve function

Change-Id: I6afd6115d21198f60453d4f507905b6684a65cff
This commit is contained in:
四季奶青七分甜 2023-01-13 16:16:00 +08:00 committed by Lane.Wei
parent a3c34d0629
commit b7b9029548
2 changed files with 5 additions and 44 deletions

View file

@ -76,7 +76,6 @@ struct SeamCandidate
Perimeter &perimeter;
float visibility;
float overhang;
float extend_overhang=0.0f;
// distance inside the merged layer regions, for detecting perimeter points which are hidden indside the print (e.g. multimaterial join)
// Negative sign means inside the print, comes from EdgeGrid structure
float embedded_distance;