It's a puzzler. What comes up in the console when you do the pen test width? On mine it does something like:
incoming: C11,125,0.1,1.2,0.1,END
incoming: Command:C11, p1:125, p2:0.1, p3:1.2, p4:0.1
incoming: Executing command.
incoming: MEMORY,637,END
incoming: rowsize in mm: 13.13, mmPerStep: 0.11, rowsize: 125
incoming: Max density: penSize: 0.10, rowSize: 125131
incoming: Penwidth test 1, pen width: 0.10, max density: 131
incoming: Basic seg length:0, basic seg remainder:125, remainder per seg0.95
incoming: First wave half
incoming: SYNC,6730,6070,END
incoming: MEMORY,556,END
incoming: SYNC,6731,6195,END
incoming: SYNC,6732,6070,END
...
and then a bunch of sync messages and then
incoming: rowsize in mm: 13.13, mmPerStep: 0.11, rowsize: 125
incoming: Max density: penSize: 0.20, rowSize: 12565
incoming: Penwidth test 2, pen width: 0.20, max density: 65
incoming: Basic seg length:1, basic seg remainder:60, remainder per seg0.92
incoming: SYNC,6856,6194,END
... etc
So the important row is
incoming: Penwidth test 2, pen width: 0.20, max density: 65
This says it's onto pixel 2 of the test, it's set pen width to 0.2, and with that pen, it's going to be able to squeeze in 65 waves.
There should be 12 blocks of these, each one with a load of SYNC messages. You can ignore the SYNCs, but I'd be interested in seeing the lines highlighted above.
sn
|