Jon,
I finally figured out what the problem is.
N103 (1/4 DIA NC SPOTTING DRILL)
G80G90G40G49G17G0Z0
T3M6
G0G55X-510Y-2.36S7000M3T1
G43Z.1H3M8
G1Z-.065F5.0
The G0 block has an X endpoint with no decimal point. I know I've looked at this program before and pointed out the same block, but there is a difference between the way Discriminator and NCPlot interpret this. Discriminator assumes the value to be in machine precision units (0.0001), while NCPlot assumes it to be a whole number. So the value in your program is -0.051 in Discriminator and -510.0 in NCPlot.
I will add a setting to NCPlot to allow changing the way NCPlot interprets values with no decimal point.
Regards,
Scott |