🐛 Don't include facing/lining in Wahid sample
This commit is contained in:
parent
842908e8ce
commit
110cc92ba9
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,8 @@ export default part => {
|
||||||
for (let i of Object.keys(paths)) delete paths[i]
|
for (let i of Object.keys(paths)) delete paths[i]
|
||||||
for (let i of Object.keys(snippets)) delete snippets[i]
|
for (let i of Object.keys(snippets)) delete snippets[i]
|
||||||
|
|
||||||
|
if (!complete) return part
|
||||||
|
|
||||||
// Seam line
|
// Seam line
|
||||||
paths.seam = new Path()
|
paths.seam = new Path()
|
||||||
.move(points.dartStart)
|
.move(points.dartStart)
|
||||||
|
|
|
@ -4,6 +4,7 @@ export default part => {
|
||||||
// Cleanup from Brian
|
// Cleanup from Brian
|
||||||
for (let i of Object.keys(paths)) delete paths[i]
|
for (let i of Object.keys(paths)) delete paths[i]
|
||||||
for (let i of Object.keys(snippets)) delete snippets[i]
|
for (let i of Object.keys(snippets)) delete snippets[i]
|
||||||
|
if (!complete) return part
|
||||||
|
|
||||||
// Seam line
|
// Seam line
|
||||||
paths.seam = new Path()
|
paths.seam = new Path()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue