Drawing robot - 02 Apr 2022

Robot!

Yes, indeed. I thought it might be helpful to have some kind of drawing robot. I looked at a variety of options, and the cheapest/best option for me seemed to be the cute ‘Artie 2000’

an Artie drawing robot

It’s quite neat, and you can script it with python.

Path drawing

So I needed some way to encode a geometric drawing as a seqence of paths. I got some way towards working out how to decompose a drawing into a set of paths:

a sketch of drawing paths

Although I got a bit lost in the details of how to ‘sew’ the path with minimal non-drawing (pen up) movement…