Hi Jonpetersen, I realize this is a very very late response but maybe it will help someone else in a similar situation, I had the same problem, I found a very crude fix however it results in you loosing the ability to lift the pen with a servo but a small price to pay if you just want to mess around with a polargraph.
- Open the polargraph_server_a1 sketch in arduino IDE,
- delete the #include <Servo.h> line,
- Now delete all the associated servo code, easiest way to do this is to "compile" the sketch and delete all lines highlighted with errors.
This worked for me, but this is my first attempt at a polargraph so I have not played around enough to know if I screwed up more advanced features but the basic sketching still works fine.
|