I’m trying to view my output from eagle in viewmate, but it needs a .bin file, I dont seem to have one of these, is there a way I can gen one in eagle so I can check my files in viewmate.
The reason I want to check Is that I cant find any holes on my output images from drc bot, will post below…
James: Thank you very much, I thought it would be a simple “open”, would be a great little sentence to add to the eagle tutorial.
Bigglez: Great, So as long as it looks ok in viewmate I don’t have to worry that the images from the bot don’t have the holes?
One more question while I’m at it…
As you can see in the silk screen there is a 7805 that sticks out, this is making my board 7in squ rather than 6in squ, This problem is shown in the eagle tutorial but a solution is not given. I have tried using the X tool on the silk screen layer after using the batch silk screen gen script. But it still comes back like this… Am I missing some thing very obvious? I don’t mind removing the out line totally and just having pads.
solex:
As you can see in the silk screen there is a 7805 that sticks out, this is making my board 7in squ rather than 6in squ, This problem is shown in the eagle tutorial but a solution is not given. I have tried using the X tool on the silk screen layer after using the batch silk screen gen script. But it still comes back like this… Am I missing some thing very obvious? I don’t mind removing the out line totally and just having pads.
Greetings Charles,
You bring up a very good point. The BatchPCB bot extracts the
largest X and largest Y dims to calculate board area (and cost).
All projects should therefore have a perimeter line which in
EAGLE is usually found on layer 20 (Dimension).
During the export from EAGLE this data is merged into the
Gerbers for the silk-screen, and using the SFE tools the
silkscreen data should be on layers 121 (top) and 122 (bot).
A quick check is to turn off all layers except 121 and 122
and confirm that “nothing hangs over the edges”.
I have some projects with connectors or controls that do
extend out from the PCB outline. I have modified the EAGLE
library to remove the outline outside the PCB area.
Another method is to edit layers 121 and 122 manually -
this is a pain and prone to operator error (i.e. I forget…).
jasonharper:
ViewMate has a separate Import->Drill command; you can’t import the drill data with the same command that imports the Gerbers. I have NO idea why they chose to do it this way.
Thanks, That works just fine. Now that I can see the holes are totally misaligned my next battle is figuring out how to change the origins of a board – as the FAQ suggests for fixing this type of problem?