From c46230cfaecc22595f9a98f840e687883f9a1904 Mon Sep 17 00:00:00 2001 From: Sameer Puri <11097096+sameer@users.noreply.github.com> Date: Mon, 7 Jun 2021 22:52:48 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 760fc22..3620eee 100644 --- a/README.md +++ b/README.md @@ -9,8 +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 -- [ ] Rustdocs - +- [ ] ## 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