Add grainline to front part
This commit is contained in:
parent
571ac16c5e
commit
05f91f613d
1 changed files with 7 additions and 0 deletions
|
@ -125,11 +125,18 @@ export default function (part) {
|
||||||
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
macro('title', {
|
macro('title', {
|
||||||
at: points.frontMidMid,
|
at: points.frontMidMid,
|
||||||
nr: 1,
|
nr: 1,
|
||||||
title: 'front',
|
title: 'front',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
macro("grainline", {
|
||||||
|
from: points.frontGussetMid,
|
||||||
|
to: points.frontGussetMid.shiftFractionTowards(points.frontWaistBandMid, 0.5),
|
||||||
|
})
|
||||||
|
|
||||||
// Paperless?
|
// Paperless?
|
||||||
if (paperless) {
|
if (paperless) {
|
||||||
macro('hd', {
|
macro('hd', {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue