diff --git a/interface/index.html b/interface/index.html index 246a84b..7c7c76f 100644 --- a/interface/index.html +++ b/interface/index.html @@ -12,7 +12,7 @@
-
+ diff --git a/interface/ui.js b/interface/ui.js index a51471a..124de09 100644 --- a/interface/ui.js +++ b/interface/ui.js @@ -31,7 +31,7 @@ function genGcode() ops = svg2gcode(null, Array.from(svg.children)); statusEl.innerHTML = "Generated " + ops.length + " instructions"; - optimizePaths(ops); + //optimizePaths(ops); transformCoordinates(ops, svg.attributes.width.value, svg.attributes.height.value); console.dir(ops);