We are having a problem with any library parts that have ellipses in them formed by using the circle2 comand and then stretching them with the Mul2 command. They do not print out when rotated 90 even though they show up on the layout. Has anyone had this problem? Please take a look at this simple ellispe part.
Our solution has been to change the way that an ellipse is coded in the GDL script. Intead of using the Circle2 command use the Poly2_b command to draw the circle that the Mul command then re-shapes.
See attached file, Hope it helps some one else who is having a similar problem.