Hi all. I have a project that requires 3 separate channels of analog amplifiers. I can create a schematic for one channel and copy it twice more to get all three channels. Eagle nicely takes care of the part numbers. How can I do the same thing on the board layout?
That is how can I lay out one channel and then copy that to the other two so they are all identical?
I dont think its possible to dupe board layouts in eagle.
Gerbmerge is a python script that can tile gerbers. If each channel can be its own separate circuit then that would work for you but if they are all shearing something like a common power supply it would be more tricky to get gerbmerge to do what you want.
If there is a way to do it in eagle I would love to know about it too.