Mailing list archives : pcb-rnd

ID:917
From:ge...@igor2.repo.hu
Date:Sun, 1 Oct 2017 15:01:10 +0200 (CEST)
Subject:[pcb-rnd] new: openscad exporter
replies: 918 from John Griessen <jo...@cibolo.com>
Hi all,
 
thanks to the sponsoration of Bdale and Altus Metrum, LLC, we have a new, 
working openscad exporter. The code is young and largely untested - please 
send me bugreports to get it fixed.
 
Sample board and renders with a small board of 2 resistors and 2 transistors: 
http://igor2.repo.hu/tmp/openscad/
 
The exporter supports:
 
  - arbitrary shaped outline
 
  - top/bottom copper (optional)
 
  - top/bottom mask (optional)
 
  - top/bottom silk (optional)
 
  - holes (optional)
 
  - element models (optional)
 
As the sample shows, we have full support for compositing layers (the 'inv' 
text is a positive silk rectangle and text on a negative silk layer).
 
A more complete feature list can be read at 
http://repo.hu/projects/pcb-rnd/user/07_io/export_openscad/preliminary.txt
 
 
Our policy at pcb-rnd is that pcb-rnd itself is not going to support 3d (3d 
rendering, 3d editing, etc.), but only "2.5d": 2d layers with a detailed layer 
stack model that will soon understand thickness and material. We also support 
3d export and let openscad do the 3d related work. Openscad is very capable: if 
there's an enclosure model and we can export the PCB, openscad can be scripted 
to determine if the PCB fits in the enclosure (the intersection object between 
the two models is empty).
 
If you have openscad and like to play with it, you could contribute 3d 
models to the non-parametric part of our pcblib - so far only 1206 and 
sot23 has models.
 
 
Regards,
 
Igor2
 

Reply subtree:
917 [pcb-rnd] new: openscad exporter from ge...@igor2.repo.hu
  918 Re: [pcb-rnd] new: openscad exporter from John Griessen <jo...@cibolo.com>