X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=TYv//q2a1cuCj6rrU/KwLkgHo7BtuqOIA7qXsMO96Hc=; b=OjYq8qk7wKy9HqlAqPu8A2fdEneTIabw84nRqH6b6lnLjAJnLZfiwKI553CUovcb0U /uWXBDBfrQimlniusMpnAtS+ax/Or514ZTFve7n+hIhuq6osXqyGFjCMFreNbGib+yFs MWA/0noJfa5A4eq2pZsMDkA+kbLcr4QxnkBVYE24L5lm2uXMNHkq0qHU30/x+ke5Efav QvnH89OujacyHu5C61pOdAnEcPi/X5c/jP5IJ7Hj5+P4zzCiXMtNKfe9R0bLNnr8jlS5 cWPBiK7/cJ2BgUGMjjXJdXsr1vhkJn+xVelXP4+9zIMb8YrJtKMv3qjqiD5MqOpvaU+Q 1ueQ== MIME-Version: 1.0 X-Received: by 10.202.214.84 with SMTP id n81mr3843614oig.87.1427218455642; Tue, 24 Mar 2015 10:34:15 -0700 (PDT) In-Reply-To: <5511989A.9090207@m0n5t3r.info> References: <55116AFB DOT 8090602 AT systella DOT fr> <551190D6 DOT 9090301 AT prochac DOT sk> <5511989A DOT 9090207 AT m0n5t3r DOT info> Date: Tue, 24 Mar 2015 13:34:15 -0400 Message-ID: Subject: Re: [geda-user] 3D view From: Jason White To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t2OHYJFT009605 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I use openSCAD for 3D printing and agree that it would be absolutely trivial export to openSCAD since it uses a text based modeling language. The only thing that is needed is a list of points for the PCB polygon, and then the coordinates of each type of footprint used in the design. OpenSCAD supports function calls, importing other models, as well as a number of basic shapes such as Cube() and Cylinder(). On Tue, Mar 24, 2015 at 1:02 PM, Sabin Iacob wrote: > On 03/24/2015 06:29 PM, Milan Prochac wrote: >> On 24. 3. 2015 14:47, BERTRAND Joël wrote: >>> Hello, >>> >>> I'm trying to install 3D functionalities on PCB application. I >>> have found vrml libraries (http://pcb.bastl.sk/?page_id=24). I >>> suppose some installation process are missing. I only have installed >>> vrml in /usr/local/share/pcb, but I don't know how associate 3D model >>> to components. >>> >>> Any idea ? I haven't found any information... >>> >> >> The libraries are not sufficient - you need also PCB compiled with >> VRML export filter (apply the patch from referred page and compile). >> There is no default library of 3D models, just some helper scripts. >> How to use them to generate 3D models can be found here: >> http://pcb.bastl.sk/?page_id=6. >> >> Anyway, the VRML export filter is obsolete and it is not longer >> maintained. > > > slightly offtopic, but I think openscad might be a better idea if > something like this is to be implemented in the future; povray is much > prettier, true, but you can't rotate the thing in real time (or, say, > build your enclosure around the board, export to STL and have it 3d > printed / milled / whatever) -- Jason White