I'm trying to get a pick and place file out of my eagle board. What I get with mountsmd.ulp seems to be in
mm and I need it in mil. So is there a way to configure that ulp of is there any other ulp that could do the trick
I'm trying to get a pick and place file out of my eagle board. What I get with mountsmd.ulp seems to be in
mm and I need it in mil. So is there a way to configure that ulp of is there any other ulp that could do the trick
I tried this and it seems to work.
Go to the ULP folder underneath where Eagle is installed.
Fine mountsmd.ulp and rename it to mountsmd_mil.ulp
Now use yuor favourite text editor to edit the file and change all references of "u2mm" to "u2mil" and save the file.
Run the new ulp and it should create output files in mil and not mm.
I have not verified the output data, but at first glance it looks OK.
-Kenny
Thx a lot, it worked perfectly