2021-01-30 16:30:45 +01:00
|
|
|
export default (part) => {
|
|
|
|
|
|
|
|
// Shorthand
|
|
|
|
let {
|
|
|
|
points,
|
|
|
|
Point,
|
|
|
|
paths,
|
|
|
|
Path,
|
|
|
|
measurements,
|
|
|
|
options,
|
|
|
|
complete,
|
|
|
|
paperless,
|
|
|
|
store,
|
|
|
|
macro,
|
|
|
|
utils,
|
|
|
|
snippets,
|
|
|
|
Snippet,
|
|
|
|
sa
|
|
|
|
} = part.shorthand()
|
|
|
|
|
2021-01-30 18:16:16 +01:00
|
|
|
macro('ld', {
|
|
|
|
from: points.crotchSeamCurveStart,
|
|
|
|
to: points.styleWaistIn
|
|
|
|
})
|
|
|
|
|
2021-01-30 16:30:45 +01:00
|
|
|
if (complete) {
|
|
|
|
if (sa) {
|
|
|
|
}
|
|
|
|
|
|
|
|
if (paperless) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return part
|
|
|
|
}
|