1
0
Fork 0

Merge pull request #6694 from VSinerva/fix_jaeger_undefined_path

Fix jaeger undefined path
This commit is contained in:
Joost De Cock 2024-05-04 16:50:20 +02:00 committed by GitHub
commit 2108d7550c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,6 +221,7 @@ function jaegerBack({
to: points.bsArmholeHollow,
x: points.hem.x + sa + 45,
})
if (Number(options.backVent) > 0) {
macro('hd', {
id: 'wVent',
from: paths.vent.start(),
@ -269,6 +270,7 @@ function jaegerBack({
to: points.neck,
x: paths.vent.end().x - sa - 90,
})
}
macro('ld', {
id: 'wAtWaist',
from: points.cbWaist,