bot DRC errors

I’m getting DRC errors with my top layer route. Eagle reports DRC are clean, even when I set checking to 9mil trace, 9mil spacing.

The bot flags the error in the logfile, but doesn’t draw any purple or orange on the plot images it feeds back.

Here is the log output:

unmatched 274X paramblock OFA0B0 - len 6
Macro Name = OC8
Macro Consuming 5,1,8,0,0,1.08239X$1,22.5 [2]
PUSH 1.000000
PUSH 8.000000
PUSH 0.000000
PUSH 0.000000
PUSH 1.082390
FETCH 1
MUL
PUSH 22.500000
PRIM 5
Parse_OK
Arg: 0.0600
Looking up macro OC8 [0x1d6d150]
Arg: 0.0560
Looking up macro OC8 [0x1d6d150]
Beginning GCODE run
Ending GCODE run
Created 1041 polygons
Found 0 errors
Partitioning....
Grouping...
Distance testing
MergeCount: 799
tests: 69635
Board boundaries: Rect: [0.030200,0.033200] -> [3.967300,2.198600], w: 3.937100, h: 2.165400
Found 242 groups
lengthdb size 0
DRC space fail: [0x1d95d20 0x1d95d90] 0.000100 - 0.006900
DRC space fail: [0x1d95d20 0x1d95e30] 0.004601 - 0.006900
DRC space fail: [0x1d95d20 0x1d98db0] 0.004601 - 0.006900
DRC space fail: [0x1d95d20 0x1d98e50] 0.000100 - 0.006900
DRC space fail: [0x1d95d90 0x1d95d20] 0.000100 - 0.006900
DRC space fail: [0x1d95e30 0x1d95d20] 0.004601 - 0.006900
DRC space fail: [0x1d96830 0x1d96970] 0.004601 - 0.006900
DRC space fail: [0x1d968d0 0x1d96970] 0.000100 - 0.006900
DRC space fail: [0x1d96970 0x1d96830] 0.004601 - 0.006900
DRC space fail: [0x1d96970 0x1d968d0] 0.000100 - 0.006900
DRC space fail: [0x1d96970 0x1d96a10] 0.000100 - 0.006900
DRC space fail: [0x1d96970 0x1d96ab0] 0.004601 - 0.006900
DRC space fail: [0x1d96a10 0x1d96970] 0.000100 - 0.006900
DRC space fail: [0x1d96ab0 0x1d96970] 0.004601 - 0.006900
DRC space fail: [0x1d98db0 0x1d95d20] 0.004601 - 0.006900
DRC space fail: [0x1d98e50 0x1d95d20] 0.000100 - 0.006900

Are those hex values supposed to be coordinates of the errors? I converted the vaules to dec, then divided by 1000 to get a number that was close to a coordiate. Nothing wrong in those areas.

Anyone have any ideas before I submit this as a possible bug in the bot?

Its been a long time since I worked on that code; but as I recall, those were merely pointers useful for internal debugging. Check the outputted images - there should be some colored areas indicating the polys that its having trouble with.

Cheers,

–David Carne