1
0
Fork 0

Fixes breaking SA

Sets SA to the correct seam path name
This commit is contained in:
Zee 2024-05-26 15:55:35 +02:00 committed by GitHub
parent 7e9b8690b9
commit d8b62f0699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,7 @@ export const body = {
}) })
if (sa) { if (sa) {
paths.sa = paths.sideseam.offset(sa).setClass('fabric sa') paths.sa = paths.body.offset(sa).setClass('fabric sa')
} }
macro('cutonfold', { macro('cutonfold', {