mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Bugfix: seam_position = random didn't work with a single perimeter. #2179
This commit is contained in:
parent
c3d401fb41
commit
67f1cdf76f
4 changed files with 9 additions and 8 deletions
|
@ -29,7 +29,6 @@ enum ExtrusionRole {
|
|||
/* Special flags describing loop */
|
||||
enum ExtrusionLoopRole {
|
||||
elrDefault,
|
||||
elrExternalPerimeter,
|
||||
elrContourInternalPerimeter,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue