From 87e14a721771e2d3a9e5dda2b79d4396b154ea96 Mon Sep 17 00:00:00 2001 From: Sameer Puri <11097096+sameer@users.noreply.github.com> Date: Mon, 7 Jun 2021 22:52:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3620eee..b57c1c1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Convert any SVG 1.1 path to gcode for a pen plotter, laser engraver, etc. - [ ] Biarc interpolation (G2/G3 instead of many G1) - [ ] Sort paths by distance to reduce G0 distances - [ ] Comments in GCode input -- [ ] + ## Known bugs/issues - [ ] Smooth curves should not use the control point when the previous curve is not of the same type (quadratic -> smooth cubic, cubic -> smooth quadratic) - This is just a nit, it shouldn't matter if the SVG is correct