Yahoo Groups archive

Homebrew PCBs

Index last updated: 2026-04-03 01:13 UTC

Message

RE: Re: [Homebrew_PCBs] Cheap prototype boards

2013-11-14 by <andrewm1973@...>

> Mitch wrote:

> <SNIP>

> (I'm still waiting for someone to write me

> a nice guide for gEDA)

Mitch - you don't seem very gEDA friendly with the


<quote> If you use gEDA, God help us all.</quote>


bit :)


It was actually pretty trivial. I just wrote me a

batch file on the windows machine (where my

email is)


@echo off
rename %1.topsilk.gbr %1.frontsilk.gto
rename %1.topmask.gbr %1.frontmask.gts
rename %1.top.gbr %1.front.gtl
rename %1.outline.gbr %1.outline.gbr
rename %1.bottomsilk.gbr %1.backsilk.gbo
rename %1.bottommask.gbr %1.backmask.gbs
rename %1.bottom.gbr %1.back.gbl
rename %1.plated-drill.cnc %1.plated-drill.dri


Attachments