added buttons
This commit is contained in:
parent
3fc472872f
commit
32063a4e8a
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,9 @@ export default function (part) {
|
||||||
sa,
|
sa,
|
||||||
options,
|
options,
|
||||||
measurements,
|
measurements,
|
||||||
macro
|
macro,
|
||||||
|
snippets,
|
||||||
|
Snippet
|
||||||
} = part.shorthand()
|
} = part.shorthand()
|
||||||
|
|
||||||
// Clear paths from Brian
|
// Clear paths from Brian
|
||||||
|
@ -37,6 +39,9 @@ export default function (part) {
|
||||||
points.button = new Point(points.s3CollarSplit.x - 2 / 3 * measurements.shoulderToShoulder, points.s3CollarSplit.y + measurements.hpsToBust * 1.17)
|
points.button = new Point(points.s3CollarSplit.x - 2 / 3 * measurements.shoulderToShoulder, points.s3CollarSplit.y + measurements.hpsToBust * 1.17)
|
||||||
// end Yuri points
|
// end Yuri points
|
||||||
|
|
||||||
|
snippets.buttonhole = new Snippet('buttonhole', points.button.shift(0, 25))
|
||||||
|
snippets.button = new Snippet('button', points.cutonfoldVia1.shift(-70, 30))
|
||||||
|
|
||||||
// Store length of the neck seam
|
// Store length of the neck seam
|
||||||
store.set(
|
store.set(
|
||||||
'frontNeckSeamLength',
|
'frontNeckSeamLength',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue