Introduce a new seam alignment option: Aligned back (#10255)

* Introduce a new seam alignment option: spAlignedBack.
This commit is contained in:
SoftFever
2025-07-29 21:11:35 +08:00
committed by GitHub
parent 4cdbe5fa30
commit 8f3ed9bc7b
3 changed files with 22 additions and 12 deletions

View File

@@ -176,7 +176,7 @@ inline bool is_auto(SupportType stype)
};
enum SeamPosition {
spNearest, spAligned, spRear, spRandom
spNearest, spAligned, spAlignedBack, spRear, spRandom
};
// Orca