X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sun, 13 Aug 2017 16:45:17 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] [pcb-rnd] roadmap for data model / drawing primitive cleanup In-Reply-To: <20170813142048.9EE098072A2A@turkos.aspodata.se> Message-ID: References: <20170813142048 DOT 9EE098072A2A AT turkos DOT aspodata DOT se> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 On Sun, 13 Aug 2017, karl AT aspodata DOT se wrote: > Igor2: > ... >> As I wrote earlier, the subcircuit upgrade is not merely replacing >> elements with something that supports "polygons and text on copper" or > ... > > I wish to update my fp-generator to your file format, Thank you! > but the doc > http://repo.hu/projects/pcb-rnd/user/07_io/ seems to be in a too small > font which makes it virtually invisible. Since I don't want to buy yet > another pair of glasses, perhaps you point me in the right direction ? The error is not in your eyes or in the font - the format doc is invisible because it does not exist (yet) (in this universe). Our documentation is sparse. We are constantly improving it - at a speed considerably less than the speed of light. The low level, the lihata file format itself has good docs, tho: http://repo.hu/projects/lihata/ For an fp generator, you probably want to output the element subtree or the new subcircuit subtree (once it will have terminals). "Reverse engineering" those from existing files should be trivial. I can provide examples or you can produce them using pcb-rnd. Best regards, Igor2