X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] PCB size definition Date: Thu, 09 Aug 2012 12:07:52 +0200 Organization: Institut =?UTF-8?B?ZsO8cg==?= Quantenoptik Lines: 17 Message-ID: References: <50237393 DOT 7030503 AT jump-ing DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT dough DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bibo.iqo.uni-hannover.de User-Agent: KNode/4.4.11 Reply-To: geda-user AT delorie DOT com Markus Hitter wrote: > My question now is, whould calculating the board size dynamically be a > good solution for the entire application? Yes, please! The various print exporters could benefit from this too. The boundary box of EPS might be set to the extents of the outline. And the gerber may export a text file with width and height in millimeters and in inches. I'd even advocate for a dedicated action that calculates the extents of the layout according to the lines on outline. I need to pass this information to the fab for production. Currently, I set the local origin at the lower left, move the mouse to upper right and read the coordinates from the top of the window. This is kind of awward. ---<)kaimartin(>---