X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <51CFA140.3090607@sonic.net> Date: Sat, 29 Jun 2013 20:08:48 -0700 From: Dave Curtis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem and metric sizes for symbols References: <20130630045911 DOT 22b7bbe8 AT warrawoona DOT sti> In-Reply-To: <20130630045911.22b7bbe8@warrawoona.sti> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Note-from-DJ: This may be spam Reply-To: geda-user AT delorie DOT com I guess you are worried about the size the symbol actually prints out at when you sent it to a printer? Because the on-screen size and the size as defined in gschem units is essentially relative, even though it is specified in 1000th's of an inch. The printing size is controlled by what you chose for a title block symbol. The standard gEDA schematic symbols are huge, so I generally use a "B" size title block and print on "A" size paper (I forget the metric names for those paper sizes... sorry...) So then the symbols are a nice size to read. Maybe you can solve your problem by just using a 100 gschem-unit grid for creating symbols, but make your own title block that scales that to the correct metric length when printed? A title block symbol is easy to make. With a small amount of experimentation, you can probably get the symbols to print at the size that you want. (If I understand your concern correctly....) -dave On 06/29/2013 03:59 PM, Alexey Shaposhnikov wrote: > I'm trying to do ESKD (exUSSR standards for design documentation and > technical drawing)-compliant symbols for gschem and encountered with such > problem: in ESKD are using metric sizes for graphical symbols, so place > components pins on 100 mils grid either difficult (for something like JFET > symbol: http://i.imgur.com/b2P56qH.png) or practically impossible (for trimming > resistor symbol: http://i.imgur.com/ZGbXqav.png) > > So i must either use a custom grid size (40 mils) with scale 100 points = 2,5mm > or recompile gEDA because at scale 100 points = 1 mm hardwired sizes for > pins, nets and junctions became too small. > > Is there exist a more elegant solution? >