From fa4f68708842d84c682a01a20f8e96206ab592be Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Wed, 11 Jul 2018 10:52:06 -0400 Subject: [PATCH] add a newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98579ce..5943742 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ HPGL is a serial/text-based protocol used by most old pen plotters, and even man * [hp2xx](https://www.gnu.org/software/hp2xx/) – GNU tool to convert HPGL into other vector and raster formats. Can also be used as a previewing in X11. * [vec](https://github.com/anachrocomputer/vec) – Example C code for generating HPGL, with a turtle graphics interface. * [d3-hpgl](https://github.com/aubergene/d3-hpgl) - An adapter for the HTML Canvas API so you can output HPGL using the popular [D3](https://d3js.org/) library. + ### G-code G-code is a text-based standard for controlling CNC machines. Though it was designed for industrial machines, its use in many hobbyist 3d printer firmwares has made it ubiquitous in small-scale DIY projects as well.