Re: One pad oriented incorrectly
Reply #1 –
In the gerber data, the pad is defined by an Aperture macro with polygon primitive:
%AMOUTLINE38*5,1,4,0,0,6.5054,-90.0*%
This should definitely be a 4-sided polygon that should look exactly like your design. The polygon is rotated by -90 deg, but it doesn't make any difference if it's 0,90 or -90 degrees. That means there is a serious bug in the processing of regular polygons in the software of the board house. You should avoid using the aperture macro with regular polygons. It shouldn't be too difficult to replace those macros by a macro with a normal polygon primitive in the gerber file.