From a0f43c0c09d4933dda9beca8ead9b5e7202fbb16 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Fri, 8 Jun 2018 05:05:45 -0400 Subject: [PATCH] minor cleanup --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a1f84ec..6ed4c09 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ Software that is specific to a particular plotter or controller. * [LaserGRBL](https://github.com/arkypita/LaserGRBL) – laser-optimized Windows GUI for grbl controllers. Could be repurposed for DIY pen plotters that use a solenoid for pen up/down movements * [Line-us Inkscape Plugin](https://github.com/Line-us/Inkscape-Plugin) – sends drawings to the [Line-us plotter](https://www.line-us.com/) directly from Inkscape * [Line-us API Examples](https://github.com/Line-us/Line-us-Programming) – example code for the [Line-us](https://www.line-us.com/) plotter's G-code-based API -* [PenPlotter](https://github.com/RickMcConney/PenPlotter) - Polar graph controller that uses repetier firmware. Inspired by work at http://www.polargraph.co.uk -* [Makelangelo-firmware](https://github.com/MarginallyClever/Makelangelo-firmware) - Code in the brain of the Makelangelo robot +* [PenPlotter](https://github.com/RickMcConney/PenPlotter) – polargraph controller that uses repetier firmware +* [Makelangelo-firmware](https://github.com/MarginallyClever/Makelangelo-firmware) – firmware for the Makelangelo polargraph robot ### Vector Creation @@ -105,11 +105,11 @@ Tools to create vector artwork from scratch or by conversion from other formats. * [stipplegen](https://github.com/evil-mad/stipplegen) – creates intereting stippled drawings from bitmap images ([blog post](https://www.evilmadscientist.com/2012/stipplegen2/)) * [SquiggleDraw](https://github.com/gwygonik/SquiggleDraw/commits/master) – "SquiggleDraw will create a SVG file from an image, using the brightness to change the amplitude of sine waves" * [svgurt](http://svgurt.com/) – web-based PNG to SVG creative noodler -* [maptrace](https://github.com/mzucker/maptrace) - produce watertight polygonal vector maps by tracing raster images -* [venation](https://github.com/Shornone/venation) - modeling and visualisation of leaf venation patterns -* [Drawbot_image_to_gcode_v2](https://github.com/Scott-Cooper/Drawbot_image_to_gcode_v2) - creates G-code for use on drawbots +* [maptrace](https://github.com/mzucker/maptrace) – produce watertight polygonal vector maps by tracing raster images +* [venation](https://github.com/Shornone/venation) – modeling and visualization of leaf venation patterns +* [Drawbot_image_to_gcode_v2](https://github.com/Scott-Cooper/Drawbot_image_to_gcode_v2) – creates G-code for use on drawbots * [blackstripes](https://github.com/fullscreennl/blackstripes-python-extensions) - turns a PNG image into a SVG line drawing -* [Ribbon](https://github.com/fogleman/ribbon) - ribbon diagrams of proteins in #golang +* [Ribbon](https://github.com/fogleman/ribbon) – ribbon diagrams of proteins in #golang * [penplot](https://github.com/mattdesl/penplot) – a development environment for plotter art in JavaScript * [penkit](https://github.com/paulgb/penkit) – a Python library for creating line-based SVG graphics