X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=55jlwqM2vCcJTSuCMMI1oi8rqWyUv/FSUjNgcsa70KY=; b=jl1J+bWgJA4nra8vSuR2KsoaoKDv15T6gOKHaLnJb83i3NLS/lVLwtf1yzi4nkFODB kvnaPdxf3mHI5lBfJzRUEAxBBCnzzkski727/XvhZk466TGvO3BfSVZBBceAgZ0YtkV0 B9QUq6cpTaUFYoWobzIWayusgI3HQUaZu9rw5Sj+lr3sLcT4nrcY4uPo/OZdwNqCc5jI ek7k736CFOxnMs1v4dhj18K/1a8Nm2CpTGMTR8th7LgzschRPz8bMXmNrlohA9VoLYkw nkx5F7fYmf2O8P1+EDQo4Cy1XLuiPnDMCtHT2L7poplS+AjGepJRoyv9cLeAJ9+CR4iv RWmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=55jlwqM2vCcJTSuCMMI1oi8rqWyUv/FSUjNgcsa70KY=; b=f4Fmwx4rsXrOqOR2f2zAciPcxpA9v/lluukC0/Vetyx67HfH2SUeLbtzjYmaH63LRJ VKirXJ+a9Tt8UpqG0jdXPR9aAl4RcFBCZVBH/beVrIDi3tPxmJ+Uj+YBuOUP33GO8het R90uAyOgTLrAmSB0rjTOQjv33uDbU4GFK5/SPx3euLs68NPTMouD9+HxIyijHUST7MW5 wyBoWrMGnCQ/HxBM89G01YwH0HaxuyDAWqoh4+TpwYuL+pVKzfyJSpyCsAtBaObi3ULG +28yu2BsIwSXVYbzy6LGe2tEzqQ0IfBQFs414BKhlwAWyc+Z1noiy5dU/WLFq1l1G1VV s0Zw== X-Gm-Message-State: AFeK/H3o/U0iJYIGOBVzjzYTxZbNZ1tmmyiE6g0ydtlyKPvzUH+HMsy4iRZ/+oqtT8Pp3w== X-Received: by 10.46.76.2 with SMTP id z2mr6928345lja.59.1489860224661; Sat, 18 Mar 2017 11:03:44 -0700 (PDT) Date: Sat, 18 Mar 2017 19:03:40 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] [pcb-rnd] tEDAx footprint load support (and a little bit furter) Message-Id: <20170318190340.67769c946d1a63a79583417e@gmail.com> In-Reply-To: <20170318174858.5aba44d1@akka> References: <20170314194424 DOT a2f383cf15dcf3ae8e204261 AT gmail DOT com> <7000e948-3f4a-5676-d1ec-6017daad0cdc AT fastmail DOT com> <20170318174858 DOT 5aba44d1 AT akka> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > Blind and buried vias are an interesteing topic, but to me not > > relevant to footprint support - what do others think? > > ... > > When in doubt, I'd rather not restrict what can go into a footprint. I agree. > If footprints could contain anything a complete layout can it would be > possible to build and use ready to use layout blocks. Footprints could > contain footprints, very much like symbols can contain symbols in gschem. It would be very useful and consistent if footprints could contain anything a complete layout A library of pins which may be used in footprints is very useful. It is common with a special pin 1 while the others are same and most footprints come in different size. An inclusion mechanism is very useful because then layout could be built like this: pin --> footprint --> layout. Same primitives in all, structure is just a method to make them simpler to handle for the user. For visulization or other output structure is not important only layer although it may be useful to filter for both selection and visibility.