Ensure there is enough "quiet zone" (white space) around the marks so the plotter’s optical eye can find them. Troubleshooting Common Issues Even with a robust plug-in, technical hiccups can occur.
function pathsToHPGL(paths, originX, originY) let hpgl = "IN;PU0,0;\n"; paths.forEach(path => let first = path[0]; hpgl += `PU$first.x + originX,$first.y + originY;\nPD`; for (let i = 1; i < path.length; i++) hpgl += `$path[i].x + originX,$path[i].y + originY,`; cutting master 3 plugin for adobe illustrator