From a34d195751b13948cbc04ea70dc1cae96bac4c8d Mon Sep 17 00:00:00 2001 From: Matthias Esterl Date: Thu, 17 Oct 2019 23:05:42 +0200 Subject: [PATCH 1/2] Added BrachioGraph, the cheapest, simplest possible pen-plotter. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc23da9..25b372e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ A curated list of code and resources for computer-controlled drawing machines an - [Roland Pen Plotters](https://www.youtube.com/watch?v=6_pwzqPk6Gg) - Vintage flatbed HPGL pen plotters. Search eBay for "roland dxy". - [Polargraph](http://www.polargraph.co.uk) - The original polargraph hardware and software project. - [Makelangelo](http://www.makelangelo.com) - Open source polargraph artbot. +- [BrachioGraph](https://brachiograph.readthedocs.io/en/latest/) - The cheapest, simplest possible pen-plotter. ### Motor Controllers From aac0814bc0bf2badb5e9006ba8ab1ce554714790 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Sat, 19 Oct 2019 13:52:52 -0400 Subject: [PATCH 2/2] update brachiograph description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b372e..f401cd6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A curated list of code and resources for computer-controlled drawing machines an - [Roland Pen Plotters](https://www.youtube.com/watch?v=6_pwzqPk6Gg) - Vintage flatbed HPGL pen plotters. Search eBay for "roland dxy". - [Polargraph](http://www.polargraph.co.uk) - The original polargraph hardware and software project. - [Makelangelo](http://www.makelangelo.com) - Open source polargraph artbot. -- [BrachioGraph](https://brachiograph.readthedocs.io/en/latest/) - The cheapest, simplest possible pen-plotter. +- [BrachioGraph](https://brachiograph.readthedocs.io/en/latest/) - A cheap and simple plotter made from sticks, servos, and a Raspberry Pi running Python. ### Motor Controllers