Hey,
after I have to finish a Job with the polagraph soon, I decided to reactivate my polagraph with the adafruit motorshield v.1 and deal with the SD later.
After finding out how to wire the motors everything seemed to work out fine. I draw some vectors and it all looked very good. But now I wanted to draw a simple image with square wave pixels. I alway got just a straight line instead of a wave. After searching the forums and the site I found the new debug error messages, but I can't make any sense out of it. The debug message is:
incoming: MSG,I,Max density for penSize: nan, rowSize: 190 is 1
incoming: MSG,I,You probably won't get any detail in this.
It also appears on the right side in the controller. In this case I put the Pensize to 0.5 and the rowSize to 190. But it does not even show the pensize in the error message. I tried countless versions with different row sizes and pen sizes, but the best i could get was "rowSize: xx is 2" so the pen did one wave for a completely black pixel.
I don't know if it is in any relation to the error I get when uploading the maschine specs to the polargraph:
incoming: MSG,E,C25,PGXXABCD,END not recognised.
I found out that C25 is the maschinename and it is // out in the .ino. I loaded the arduino with the hex files, so I don't know if it is // out there too, but I think so.
I hope someone could help me with that. If I have to change the sketch and upload it per Arduino IDE, it schould not be a big problem for me I hope.
Stephan
|