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')
|
||||
}
|
||||
}
|
||||
|
||||
macro('title', {
|
||||
at: points.frontMidMid,
|
||||
nr: 1,
|
||||
title: 'front',
|
||||
})
|
||||
|
||||
macro("grainline", {
|
||||
from: points.frontGussetMid,
|
||||
to: points.frontGussetMid.shiftFractionTowards(points.frontWaistBandMid, 0.5),
|
||||
})
|
||||
|
||||
// Paperless?
|
||||
if (paperless) {
|
||||
macro('hd', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue