X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f Date: Thu, 28 Jul 2016 18:50:22 -0400 Message-Id: <201607282250.u6SMoMkM006161@envy.delorie.com> From: DJ Delorie To: geda-help AT delorie DOT com In-reply-to: <20160728174446.17ff8864@debian.olsr> (geda-help@delorie.com) Subject: Re: [geda-help] pcb: how can i help, to make pcb more modern? References: <20160728160657 DOT 7f68f787 AT debian> <201607281518 DOT u6SFIFYW021313 AT envy DOT delorie DOT com> <20160728174446 DOT 17ff8864 AT debian DOT olsr> Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > SVG is enough! > Freecad, OpenSCAD import SVG An OpenSCAD-specific exporter would be pretty cool too :-) For info on writing plugins, see the src/hid.h file in the PCB git tree. Also, some sample plugins can be found on my gedaprojects page: http://www.gedasymbols.org/user/dj_delorie/ (they're not exporters, but they'll give you some clues) The PCB git tree itself has many exporters and GUIs in the src/hid/ subdirectories. Pick one that's close to what you want (ps (postscript) is probably closest) and copy it.