X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] PCB interface (ECAD vs. MCAD) Date: Mon, 20 Jul 2015 01:56:34 +0200 Lines: 30 Message-ID: References: <76520AC3-3E8D-4F80-A912-AB076DD8D0C6 AT icloud DOT com> <1670171546 DOT 913210 DOT 1436776811789 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> <79456AAA-24A9-4300-900D-005ABBCFCBDA AT icloud DOT com> <60F3B5BC-EC05-41FE-BAF7-B2A14B4392EC AT icloud DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: a89-182-11-108.net-htp.de User-Agent: KNode/4.14.1 Reply-To: geda-user AT delorie DOT com Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Could we use a library that already exists to > import dxf or something? My library of footprints at gedasymbols contains a few aluminum boxes by Hammond. I derived them from the STEP models with this tool chain: 1) import STEP to varicad. 2) make a 2D view and export to PDF 3) convert the PDF to EPS with pdftops 4) convert the EPS to *.pcb with pstoedit 5) import to pcb with file->import_layout_to_buffer 6) move the tracks done by pstoedit to the silk layer 7) copy the lines to buffer 8) selection->convert_buffer_to_element 9) paste the buffer on the canvas 10) Add a name to the footprint: move the mouse over the footprint, type "n" 11) file_save_as 12) use an awk script to * set the width of silk lines to my preferred value * set name, value and description all to the same string * extract the footprint to a *.fp file These steps can of course also be done manually. But I find the awk script quite convenient. ---<)kaimartin(>---