mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-30 16:42:43 +00:00
Bugfix: seam_position = random didn't work with a single perimeter. #2179
This commit is contained in:
@@ -29,7 +29,6 @@ enum ExtrusionRole {
|
||||
/* Special flags describing loop */
|
||||
enum ExtrusionLoopRole {
|
||||
elrDefault,
|
||||
elrExternalPerimeter,
|
||||
elrContourInternalPerimeter,
|
||||
};
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@ IV
|
||||
_constant()
|
||||
ALIAS:
|
||||
EXTRL_ROLE_DEFAULT = elrDefault
|
||||
EXTRL_ROLE_EXTERNAL_PERIMETER = elrExternalPerimeter
|
||||
EXTRL_ROLE_CONTOUR_INTERNAL_PERIMETER = elrContourInternalPerimeter
|
||||
PROTOTYPE:
|
||||
CODE:
|
||||
|
||||
Reference in New Issue
Block a user