Fix an issue that only 1 bottom/top will be generated when ensure vertical thickness is set to None (#4504)

This commit is contained in:
SoftFever 2024-03-16 00:24:57 +08:00 committed by GitHub
parent 630262689e
commit 1471ac4204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 12 deletions

View file

@ -178,7 +178,7 @@ enum class SeamScarfType {
// Orca
enum EnsureVerticalShellThickness {
vsNone,
evstNone,
evstCriticalOnly,
evstModerate,
evstAll,