From f5f69869d99b65fddc4dd929e54ba8c40fd54bd5 Mon Sep 17 00:00:00 2001 From: Sameer Puri <11097096+sameer@users.noreply.github.com> Date: Mon, 7 Jun 2021 22:53:41 -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 b57c1c1..b955007 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Convert any SVG 1.1 path to gcode for a pen plotter, laser engraver, etc. ## TODO - [ ] Biarc interpolation (G2/G3 instead of many G1) -- [ ] Sort paths by distance to reduce G0 distances +- [ ] Sort paths by distance to reduce G0 distances (traveling salesman problem - [ ] Comments in GCode input ## Known bugs/issues