1
0
Fork 0

fix(plugin-annotations): Desctructure Point and log

This commit is contained in:
joostdecock 2023-09-07 14:46:28 +02:00
parent 540588e22c
commit 7a98de5797

View file

@ -46,7 +46,10 @@ const rmcutonfold = function (id = macroDefaults.id, { paths, store, part }) {
/*
* 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
*/