fix(plugin-annotations): Desctructure Point and log
This commit is contained in:
parent
540588e22c
commit
7a98de5797
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,10 @@ const rmcutonfold = function (id = macroDefaults.id, { paths, store, part }) {
|
||||||
/*
|
/*
|
||||||
* The cutonfold macro
|
* The cutonfold macro
|
||||||
*/
|
*/
|
||||||
const cutonfold = function (config, { points, paths, Path, complete, store, scale, part }) {
|
const cutonfold = function (
|
||||||
|
config,
|
||||||
|
{ points, paths, Path, complete, store, scale, log, Point, part }
|
||||||
|
) {
|
||||||
/*
|
/*
|
||||||
* Don't add a cutonfold indicator when complete is false, unless force is true
|
* Don't add a cutonfold indicator when complete is false, unless force is true
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue