parent
e7b1ebd981
commit
9977cb5b45
6 changed files with 55 additions and 0 deletions
|
@ -153,6 +153,11 @@ export default (part) => {
|
||||||
to: points.shoulder,
|
to: points.shoulder,
|
||||||
y: points.placketTopEdge.y - offset - sa - 30
|
y: points.placketTopEdge.y - offset - sa - 30
|
||||||
})
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: points.placketTopEdge,
|
||||||
|
to: points.armhole,
|
||||||
|
y: points.placketTopEdge.y - offset - sa - 45
|
||||||
|
})
|
||||||
points.button0 = points.placketTopEdge
|
points.button0 = points.placketTopEdge
|
||||||
let j
|
let j
|
||||||
for (let i = 0; i < options.buttons; i++) {
|
for (let i = 0; i < options.buttons; i++) {
|
||||||
|
|
|
@ -65,6 +65,11 @@ export default (part) => {
|
||||||
to: points.shoulder,
|
to: points.shoulder,
|
||||||
y: points.neck.y - sa - 30
|
y: points.neck.y - sa - 30
|
||||||
})
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: points.neckEdge,
|
||||||
|
to: points.armhole,
|
||||||
|
y: points.neck.y - sa - 45
|
||||||
|
})
|
||||||
macro('vd', {
|
macro('vd', {
|
||||||
from: points.neckEdge,
|
from: points.neckEdge,
|
||||||
to: points.neck,
|
to: points.neck,
|
||||||
|
|
|
@ -71,6 +71,16 @@ export default (part) => {
|
||||||
to: points.neck,
|
to: points.neck,
|
||||||
y: points.neck.y - 15 - sa
|
y: points.neck.y - 15 - sa
|
||||||
})
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: points.placketTopEdge,
|
||||||
|
to: points.shoulder,
|
||||||
|
y: points.neck.y - 30 - sa
|
||||||
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: points.placketTopEdge,
|
||||||
|
to: points.armhole,
|
||||||
|
y: points.neck.y - 45 - sa
|
||||||
|
})
|
||||||
points.button0 = points.placketTopEdge
|
points.button0 = points.placketTopEdge
|
||||||
let j
|
let j
|
||||||
for (let i = 0; i < options.buttons; i++) {
|
for (let i = 0; i < options.buttons; i++) {
|
||||||
|
|
|
@ -98,6 +98,11 @@ export default (part) => {
|
||||||
to: points.placketTopEdge,
|
to: points.placketTopEdge,
|
||||||
y: points.neck.y - 30 - sa
|
y: points.neck.y - 30 - sa
|
||||||
})
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: points.armhole,
|
||||||
|
to: points.placketTopEdge,
|
||||||
|
y: points.neck.y - 45 - sa
|
||||||
|
})
|
||||||
points.button0 = points.placketTopEdge
|
points.button0 = points.placketTopEdge
|
||||||
let j
|
let j
|
||||||
for (let i = 0; i < options.buttons; i++) {
|
for (let i = 0; i < options.buttons; i++) {
|
||||||
|
|
|
@ -52,6 +52,11 @@ export default (part) => {
|
||||||
to: points.placketTopIn,
|
to: points.placketTopIn,
|
||||||
y: points.neck.y - sa - 30
|
y: points.neck.y - sa - 30
|
||||||
})
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: points.armhole,
|
||||||
|
to: points.placketTopIn,
|
||||||
|
y: points.neck.y - sa - 45
|
||||||
|
})
|
||||||
macro('vd', {
|
macro('vd', {
|
||||||
from: points.placketTopIn,
|
from: points.placketTopIn,
|
||||||
to: points.neck,
|
to: points.neck,
|
||||||
|
|
|
@ -62,6 +62,31 @@ export default (part) => {
|
||||||
|
|
||||||
// Paperless?
|
// Paperless?
|
||||||
if (paperless) {
|
if (paperless) {
|
||||||
|
macro('hd', {
|
||||||
|
from: points.hps,
|
||||||
|
to: points.placketTopEdge,
|
||||||
|
y: points.hps.y - sa - 15
|
||||||
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: points.shoulder,
|
||||||
|
to: points.placketTopEdge,
|
||||||
|
y: points.hps.y - sa - 30
|
||||||
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: points.armhole,
|
||||||
|
to: points.placketTopEdge,
|
||||||
|
y: points.hps.y - sa - 45
|
||||||
|
})
|
||||||
|
macro('vd', {
|
||||||
|
from: points.placketTopEdge,
|
||||||
|
to: points.neck,
|
||||||
|
x: points.placketTopEdge.x + sa + 15
|
||||||
|
})
|
||||||
|
macro('vd', {
|
||||||
|
from: points.placketBottomEdge,
|
||||||
|
to: points.placketTopEdge,
|
||||||
|
x: points.placketTopEdge.x + sa + 15
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
return part
|
return part
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue