X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com From: "=?utf-8?Q?Stephan_B=C3=B6ttcher?= (geda AT psjt DOT org) [via geda-user AT delorie DOT com]" To: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] batch-mode pcb to export in gerber and bom form? References: Date: Tue, 01 Dec 2020 22:29:07 +0100 In-Reply-To: (Britton Kerin's message of "Tue, 1 Dec 2020 11:11:40 -0900") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 0B1LTiCV008768 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 "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" writes: > As part of my board-order process I have make open pcb then manually > for File->Export in bom form, then again in gerber. I tried once to > do this using batch mode pcb but couldn't get it to work. > > It's a mild annoyance but I'd like to eliminate it, anyone have a > working recipe? > > Thanks, > Britton Makefile: %.plated-drill.cnc: ../%.pcb pcb -x gerber --gerberfile $* --name-style single $< %.bom: ../%.pcb pcb -x bom --bomfile $@ $< Gruß, -- Stephan