diff --git a/plugins/plugin-annotations/src/cutonfold.mjs b/plugins/plugin-annotations/src/cutonfold.mjs index 47b4138c98c..55212560ffc 100644 --- a/plugins/plugin-annotations/src/cutonfold.mjs +++ b/plugins/plugin-annotations/src/cutonfold.mjs @@ -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 */