chore(jaeger): Port to v3 stage 2
This commit is contained in:
parent
66d2976698
commit
7bf70f12d3
16 changed files with 191 additions and 110 deletions
|
@ -27,24 +27,23 @@ import {
|
|||
lapelReduction,
|
||||
} from './options.mjs'
|
||||
|
||||
function jaegerFront(part) {
|
||||
const {
|
||||
paperless,
|
||||
sa,
|
||||
snippets,
|
||||
Snippet,
|
||||
utils,
|
||||
store,
|
||||
complete,
|
||||
points,
|
||||
measurements,
|
||||
options,
|
||||
macro,
|
||||
Point,
|
||||
paths,
|
||||
Path,
|
||||
} = part.shorthand()
|
||||
|
||||
function jaegerFront({
|
||||
paperless,
|
||||
sa,
|
||||
snippets,
|
||||
Snippet,
|
||||
utils,
|
||||
store,
|
||||
complete,
|
||||
points,
|
||||
measurements,
|
||||
options,
|
||||
macro,
|
||||
Point,
|
||||
paths,
|
||||
Path,
|
||||
part,
|
||||
}) {
|
||||
// Front closure overlap
|
||||
points.neckEdge = points.cfNeck.shift(180, measurements.chest * options.frontOverlap)
|
||||
points.hemEdge = new Point(points.neckEdge.x, points.cfHem.y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue