feat(core): Return from macros
This commit is contained in:
parent
3ed61f56e1
commit
18042c8f3d
17 changed files with 98 additions and 31 deletions
|
@ -110,6 +110,8 @@ const pleat = function (config, { paths, Path, log, Point, complete, scale, stor
|
|||
* Store all IDs in the store so we can remove this macro with rmpleat
|
||||
*/
|
||||
store.set(['parts', part.name, 'macros', 'pleat', 'ids', mc.id, 'paths'], ids)
|
||||
|
||||
return store.getMacroIds(mc.id, 'pleat')
|
||||
}
|
||||
|
||||
// Export macros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue