← Back to team overview

kicad-developers team mailing list archive

Re: Possible 4.6 gerber issue?

 

I used two online viewers.

http://circuitpeople.com/ViewPackage.aspx

and

http://mayhewlabs.com/3dpcb


there was a desktop viewer but I don't have access to the computer now
to lookup its name.


I found the bug with mayhewlabs (I debugged their javascript), they
compute the startAngle as 0 and the endAngle as 0 instead of 360
because start == end point. Thus the drawing fails at least in JS
rather peacefully but depending on graphics library it may shoot
itself in the face in different ways.


References