[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: pcb commands to automatically select, cut, rotate, and paste elements



> How exactly does one put them on the board in the right place without
> doing it manually for each element?

Like this...

LoadFrom(Layout,powermeter-blank.pcb)
LoadFrom(LayoutToBuffer,channel1.pcb)
. . .
PasteBuffer(ToLayout,0,30000)
RenumberBuffer(0,10)
PasteBuffer(ToLayout,0,80000)
RenumberBuffer(0,10)
PasteBuffer(ToLayout,0,130000)
. . .
SaveTo(LayoutAs,djtest.pcb)
Quit()


There's a way to load footprints too, and the importer uses actions to
give them names and stuff using ElementSetAttr().



_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user