🐛 Removed inherited snippets. Fixes #78
This commit is contained in:
parent
ea4ce04936
commit
97a74adb14
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ export default function(part) {
|
|||
let { snippets, Point, macro, points, Path, paths, complete, sa, paperless } = part.shorthand()
|
||||
// Clean up paths from paperless dimensions
|
||||
for (let id in paths) delete paths[id]
|
||||
for (let id in snippets) delete snippets[id]
|
||||
|
||||
// We need to split the crotch curve at the bottom of the fly
|
||||
paths.fly = new Path()
|
||||
|
|
|
@ -2,7 +2,7 @@ export default function(part) {
|
|||
let { macro, Point, points, Path, paths, complete, sa, paperless, snippets } = part.shorthand()
|
||||
// Clean up paths from paperless dimensions
|
||||
for (let id in paths) delete paths[id]
|
||||
delete snippets.logo
|
||||
for (let id in snippets) delete snippets[id]
|
||||
|
||||
// Add points
|
||||
points.topLeft = new Path()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue