X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Mon, 23 Mar 2015 02:08:59 -0400 Message-Id: <201503230608.t2N68xk7032261@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (message from John on Mon, 23 Mar 2015 05:59:16 +0000 (UTC)) Subject: Re: [geda-user] why there is no HPGL export from gEDA PCB? References: 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 have now 'upgraded' to gEDA PCB for my layout work and find it quite > convenient with a few exceptions. For one, there is no HPGL output, which > means I cannot do my PCB fabrication using the plotter. > > Is there any way to get HPGL from a raster file such as PS? PCB's internals are not raster; what you want is to write an exporter HID for pcb that exports the internal data files directly to your plotter. I don't think such a beast exists, although the ps (Postscript) exporter is probably close to what you want. As for "why hasn't it been done yet"... because nobody who wanted it done has taken the time to do it yet ;-)