Oops, lost the notches somewhere. They're back!
This commit is contained in:
parent
5e23af2c7f
commit
653a6b0309
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ export const leg = {
|
|||
snippets.circle6 = new Snippet('notch', points.frontGusset)
|
||||
|
||||
if (backGusset) {
|
||||
snippets.circle1 = new Snippet('notch', paths.backCircle.shiftFractionAlong(0.25))
|
||||
snippets.circle2 = new Snippet('notch', paths.backCircle.shiftFractionAlong(0.5))
|
||||
snippets.circle3 = new Snippet('notch', paths.backCircle.shiftFractionAlong(0.75))
|
||||
snippets.circle5 = new Snippet('notch', points.backCircleGusset)
|
||||
const backCircle = paths.backCircle.edge('right')
|
||||
macro('hd', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue