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] 3D modelling and gEDA Date: Fri, 21 Jun 2013 21:46:57 +0200 Organization: Institut =?UTF-8?B?ZsO8cg==?= Quantenoptik Lines: 39 Message-ID: References: <51B6CDB6 DOT 1010909 AT estechnical DOT co DOT uk> <51B6DB0E DOT 8000108 AT prochac DOT sk> <51BBA5E7 DOT 4040006 AT prochac DOT sk> <1371329763 DOT 11314 DOT 10 DOT camel AT pcjc2lap> <4DFFE27A-47A1-41DB-98CC-490E1AB6085A AT jump-ing DOT de> <20130617012721 DOT 01e56f87 AT akka> <51C48E65 DOT 10508 AT prochac DOT sk> 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: bibo.iqo.uni-hannover.de User-Agent: KNode/4.4.11 Reply-To: geda-user AT delorie DOT com Milan Prochac wrote: > I am practical man, so I tried to implement export of 3D model using > freecad python scripts (tracks/lines as first step). Seen from the layout work-flow perspective, tracks would be pretty low on my list of priorities. The outline of the board seem much more important to me. Next would be holes, slots and the like. Import of an outline from a 3D model done in freecad would be a great step ahead, too. My current flow for this is a bit tedious: 1) import manufacturer fabricated STEP model of enclosing to varicad 2) use varicad to derive a 2D drawing from the 3D model 3) export 2D drawing to DXF format 4) import DXF to qcad and export to postscript format 5) use ps2edit to convert postscript to PCB layout format 7) in PCB do load-layout-to-buffer 8) paste buffer to layout 9) edit the layout with a text editor to move the lines to the silk layer 10) reload layout in PCB 11) I like to treat the enclosing as a component. So I copy the artwork to to buffer, convert_buffer_to_footprint and save_buffer_elements_to_file I'd love to design the mechanical aspects of a layout in freecad and be able to directly import the result to the outline layer of PCB. --> No more misplaced screw holes, no more almost, but not quite fitting pcb's ;-) ---<)kaimartin(>---