Fixes a bug where design crashes if (sa == 0 && paperless == true) due to a bug in the dimensions annotations.
This commit is contained in:
parent
012ee4c27b
commit
43db8f45d6
2 changed files with 2 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue