X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=baOApLJL4CeyM7lCWj7IimvVrAWBGKoGabQuDScg0hQ=; b=rj7e2s614GqebNPWdyy5/AJYo5K71hDxyM1xS7XM8hJ5x7eEMoH0nQw9zUNHvNuJBo jRs/4vwhra7fP4r1+EVQGzrEqkFu7Y+gkcrVbdL1RJGzZEWwJnUO0M1XF+e/UABsBf85 WBsR15RjWa4LlSM/AzLUm08yIcHikSi/za69VrUQiEe1bAoWhRlllihbV0eZs0H8tkdb biJJgPIELA32/gv7Q7eouLrcwGnn2z/9UBfG/zqwSsLbx1FrDzs1lCA5MHJF6D2ccpyu 1YIWA+3IXGPRIgpDDyswj+BDA3x1qgJjqd8bymGvO3CgPzKya1qJsd0wtoQG6zYyBpJf qxNA== X-Received: by 10.152.19.198 with SMTP id h6mr27318218lae.62.1433264022723; Tue, 02 Jun 2015 09:53:42 -0700 (PDT) Date: Tue, 2 Jun 2015 19:53:39 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com)" To: geda-help AT delorie DOT com Subject: Re: [geda-help] an other request Message-ID: <20150602165339.GB19318@localhost.localdomain> Mail-Followup-To: geda-help AT delorie DOT com References: <20150602170540 DOT 2b00c775 AT None> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150602170540.2b00c775@None> User-Agent: Mutt/1.5.23 (2014-03-12) 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 On Tue, Jun 02, 2015 at 05:05:40PM +0200, Smilie (smilie AT posteo DOT de) wrote: > Hallo again > > I have a script for making some things with gsch and pcb. > You change only the Source-directory and the projekt-name and a > model-name in this script. > You push it in a target folder and run it. > > The shell-script build a BOM from Schematic, > one for Procurement and > one for assembly. > It can also, if you have a file.sch only for connectors build a > spreadsheet for connectors. > It generate a file.ps and a file.eps from pcb-comandline. > Than it copy all ps and eps file in the target folder. > > > If you are interest i send it. Some text-parts are in german. Please send, we are not afraid of German ;) Every published open source thing may some time be useful for somebody. People searching for a tool they need may find it helpful. And probably it can get developed in future and be even more useful than it is now. > > > 1. > I think about how to include it in the gsch2pcb tool. > There are only 3 buttons. > > 2. > It will be usefull for this script, if there are a commandline option > for export .eps and .png in gschem. The 'gaf' tool is able to export to both these formats. Will it be sufficient for your needs? Cheers, Vladimir