OK, I've managed to do something, but I don't know what. I thought it might be an issue with the recent firmware changes, but going back to the first firmware I used (late July) has the same issue.
One of my first drawings was a picture of a Honeytone amp. You can see the result (http://www.flickr.com/photos/foobarsoft/7687681420) and a closeup of the corner (http://www.flickr.com/photos/foobarsoft/7687681838) on Flickr.
Well, now the drawings don't look like that. I tried to redraw that image, and I've attached what the corner looks like now. I tried another large drawing with the same kind of result. The dark pixels just aren't being filled.
I tried to sample all the drawing methods (the gameboy pictures on my Flickr account), but I'm starting to wonder if they suffer the same issue.
The pen width is 1mm (which is what I calibrated it to be). The detail is cranked as high as I can get it. Here's the top of the code that was running:
C02,1.0,END
C31,600.0,END
C32,400.0,END
C09,1194,1194,END
C17,836,1772,2,END
C17,1752,849,2,END
C17,2460,1925,2,END
C17,1919,2474,2,END
C17,836,1772,2,END
C08,2,2,END
C01,1730,860,END
C13,END
C05,1740,860,20,255,END
C08,2,4,END
C05,1760,880,20,255,END
C05,1740,880,20,255,END
C05,1720,880,20,255,END
It sets everything, marks it's self as home, jogs around the drawing (so I can be sure it's all on the paper), the does it's thing. Later in the file there are pixels that should be quite dark, ex:
C05,1560,1100,20,23,END
C05,1580,1100,20,3,END
C05,1600,1100,20,25,END
C05,1620,1100,20,58,END
C05,1640,1100,20,12,END
C05,1660,1100,20,7,END
C05,1680,1100,20,82,END
C05,1700,1100,20,242,END
The preview in the Polargraph software shows things nice and dark.
At this point, I'm very confused.
|