X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 23 Jun 2017 04:29:44 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via 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] subcircuit tutorial (narrated video) + request for testing In-Reply-To: <20170623001904.1b862e269fed8859bf01fb7b@gmail.com> Message-ID: References: <20170623001904 DOT 1b862e269fed8859bf01fb7b AT gmail DOT com> 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 Hi Nicklas, On Fri, 23 Jun 2017, Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > I discovered it worked for: polygons, vias and traces but footprints did not stick. Thanks for testing! Yup, it works for the basic drawing primitives: line, arc, polygon, text, via. It doesn't work for: - elements: since I am going to remove elements in favor of subcircuits so it doesn't make much sense to implement it - pins, pads: because they are element-specific hacks; we'll have a more generic terminal concept so you will be able - other subcircuits: most of the code already has provisions for subcircuit-in-subcircuit, so it will be easy to add, but it's not planned in the first deelopment cucle > Got an error message "Couldn't bind a layer of subcircuit TODO while placing it. Thanks, known bug (or rather missing feature), will be implemented in a few days. Regards, Igor2