1
0
Fork 0

Remove superfluous bnotch from split yoke

This commit is contained in:
Benjamin F 2022-07-25 19:02:25 -07:00
parent 41b95fa4cd
commit adaa3962d9

View file

@ -35,9 +35,6 @@ export default (part) => {
points.logo = points.title.shift(-90, 50) points.logo = points.title.shift(-90, 50)
snippets.logo = new Snippet('logo', points.logo) snippets.logo = new Snippet('logo', points.logo)
snippets.logo.attr('data-scale', 0.8) snippets.logo.attr('data-scale', 0.8)
if (options.splitYoke) {
snippets.sleeveNotch = new Snippet('bnotch', points.armholePitch)
}
points.grainlineFrom = points.cbYoke.shift(0, 20) points.grainlineFrom = points.cbYoke.shift(0, 20)
points.grainlineTo = points.cbNeck.shift(0, 20) points.grainlineTo = points.cbNeck.shift(0, 20)