mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-29 12:58:03 +00:00
Introduce a new seam alignment option: Aligned back (#10255)
* Introduce a new seam alignment option: spAlignedBack.
This commit is contained in:
@@ -176,7 +176,7 @@ inline bool is_auto(SupportType stype)
|
||||
};
|
||||
|
||||
enum SeamPosition {
|
||||
spNearest, spAligned, spRear, spRandom
|
||||
spNearest, spAligned, spAlignedBack, spRear, spRandom
|
||||
};
|
||||
|
||||
// Orca
|
||||
|
||||
Reference in New Issue
Block a user