I am designing an edgeboard card but got a bit confused on the layer to use in shaping the edge of the board to the required dimension.
I am designing an edgeboard card but got a bit confused on the layer to use in shaping the edge of the board to the required dimension.
I have a similar question. I have already built the complete board (no schematic) and everything is perfect from a sizing perspective. I thought things were all in 1MM increments on the grid but it ends up being in 10MM increments. How do I either directly reduce the complete BRD file by 90% (board sizes now 25in x 12.5in and it actually should be 2.5in x 1.25). If not able to do it in the software, after I input the Gerbers can I make a change to the Gerber file that will downsize all by 90%?
Thx in advance.
Glenn Hart wrote on Fri, 14 February 2014 12:48
I have a similar question. I have already built the complete board
(no
schematic) and everything is perfect from a sizing perspective. I
thought things were all in 1MM increments on the grid but it ends up
being in 10MM increments. How do I either directly reduce the
complete
BRD file by 90% (board sizes now 25in x 12.5in and it actually should
be
2.5in x 1.25). If not able to do it in the software, after I input
the
Gerbers can I make a change to the Gerber file that will downsize all
by
90%?
Thx in advance.
Can you clarify that everything is 10 times to big?
The traces, the pads, text.
Please confirm that there are no library components used.
If you could zip up the board file and post it here, that would be a better
way to get an solution
Warren
--
Web access to CadSoft support forums at www.eaglecentral.ca. Where the CadSoft EAGLE community meets.
I loaded the zip file up. It is named HARNESSFINAL_20140214.ZIP. I also put a tag of GH:BRD on it and it was also placed under the group Eagle Workshop along with requiring a sign on to view. Could not find out how to attach it directly to this reply. My email is ghzmanl2@gmail.com if you want me to send it to you directly via email.
When I create the Gerbers and view them it indicates the complete board is 10X the size desired (roughly 25IN X 12.5IN). I desire to board to be just under 2.5IN X 1.25IN. I have had several prototypes created and the company was good enough to shrink everything down by 90%. I have a few minor changes and want everything to be scaled properly via Eagle so no problems arise when I ask for 100s of boards. No components were used, the pcb was built from scratch. When I built it I selected a 1MM grid but it looks like it was a 10MM grid. All my measurements of the components I am using were based on MM thus the selection of using MM vs IN. Thx in advance.
On 14/02/14 15:19, Glenn Hart wrote:
When I create the Gerbers and view them it indicates the complete board
is 10X the size desired (roughly 25IN X 12.5IN). I desire to board to
be just under 2.5IN X 1.25IN. I have had several prototypes created and
the company was good enough to shrink everything down by 90%.
That sounds more like a Gerber format mismatch than a problem with the
Eagle data files. The problem is that RS274(X) represents coordinates as
integers, being multiples of a dimension that isn't all that clearly
specified (it's defined in a slightly cryptic manner). If Eagle is
outputting five decimal places but the Gerber reader is expecting four
then you'll get that problem.
I have looked further into this and the idea of a Gerber mismatch. The problem is that the Gerber is output in inches (the header indicates that). If you shrink all by 1 digit then the calculations are now all off because .1 inches is equivalent to 2.54 MM. If it was in MM and you lost a digit then yes, that would work properly. I have had a prototype made of the board and they were nice enough to downsize by 90%. I also received those Gerbers back and they are sized perfectly but I cannot load these back into Eagle so I can use the new configuration, which makes my board 2.5 x 1.25in roughly. So, is there a way to tell CAM to output in MM. If so then I think I might be able to manipulate the header to shrink by 90% the resulting view of the Gerber. Thx
On 15/02/14 03:20, Glenn Hart wrote:
I have looked further into this and the idea of a Gerber mismatch. The
problem is that the Gerber is output in inches (the header indicates
that).
Inches is the default / most common Gerber format.
If you shrink all by 1 digit then the calculations are now all
off because .1 inches is equivalent to 2.54 MM.
Why? If all you do is shrink by one digit then it's ten times smaller
and STILL IN INCHES!
If it was in MM and you
lost a digit then yes, that would work properly.
What possible difference does it make? How can your choice of units
affect the fundamentals of the decimal numbering system?
I have had a prototype
made of the board and they were nice enough to downsize by 90%. I also
received those Gerbers back and they are sized perfectly but I cannot
load these back into Eagle so I can use the new configuration, which
makes my board 2.5 x 1.25in roughly. So, is there a way to tell CAM to
output in MM.
Yes, but it's NOT WHAT YOU WANT TO DO.
If so then I think I might be able to manipulate the
header to shrink by 90% the resulting view of the Gerber.
Like I said - WHAT DIFFERENCE DOES IT MAKE? You can shrink numbers
exactly the same way regardless of the units they represent.
On 15/02/14 12:15, Rob Pearce wrote:
On 15/02/14 03:20, Glenn Hart wrote:
I have looked further into this and the idea of a Gerber mismatch. The
problem is that the Gerber is output in inches (the header indicates
that).
Anyway, I now see that Warren has looked at your Eagle data (I couldn't
find it so was working on assumptions) and it seems the Gerber isn't the
problem anyway. I'm puzzled how you managed to make a 10* scaled PCB
design but if you have then that's what you want to fix.
On 15/02/14 12:15, Rob Pearce wrote:
On 15/02/14 03:20, Glenn Hart wrote:
I have looked further into this and the idea of a Gerber mismatch. The
problem is that the Gerber is output in inches (the header indicates
that).
Anyway, I now see that Warren has looked at your Eagle data (I couldn't
find it so was working on assumptions) and it seems the Gerber isn't the
problem anyway. I'm puzzled how you managed to make a 10* scaled PCB
design but if you have then that's what you want to fix.