1
0
Fork 0

Fixes a bug where design crashes if (sa == 0 && paperless == true) due to a bug in the dimensions annotations.

This commit is contained in:
Thrunic 2024-05-22 18:17:47 -04:00
parent 012ee4c27b
commit 43db8f45d6
2 changed files with 2 additions and 4 deletions

View file

@ -529,7 +529,7 @@ function draftBack({
macro('vd', {
id: 'vLegHemAllowance',
from: points.outseamHem,
to: points.outseamHemAllowance,
to: sa ? points.outseamHemAllowance : points.outseamHem,
x: points.waist.x + (sa + 15),
noStartMarker: true,
noEndMarker: true,