www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2020/05/10/20:18:36

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
Date: Mon, 11 May 2020 01:56:43 +0200
From: Kai-Martin Knaak <kmk AT familieknaak DOT de>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] Deans-T footprint
Message-ID: <20200511015643.355a5aaf@swips.iqo.uni-hannover.de>
In-Reply-To: <20200510190526.GA55076@fi.muni.cz>
References: <20200510190526 DOT GA55076 AT fi DOT muni DOT cz>
X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
MIME-Version: 1.0
X-Provags-ID: V03:K1:Kt9/uen+orq7kbihfpJz5fr3AS7Y4h0zXKgNxHrsG2EP1GSzcXe
ajZ2a++uVP8cMeSx30g9yUgRVthRV29vQeQLtAifWlIbC5IjyCW7mXLUJySh8KE0p5sOOIp
Hk/YkeZ5UCoL1PMVyN4V9AVZMiqNGoyteSoMbc6yFQjWt0F/klj1a5kj+4LwtelK0XpVO8I
xMCraUcK3Qwk4fQlUI4dg==
X-Spam-Flag: NO
X-UI-Out-Filterresults: notjunk:1;V03:K0:Q6tCwSLtkl4=:I5Tv/MhWayMyokaLuzrNsi
3spdij1P0hqG3k/tI8iYqy/P295xEzfK8Z/cGF3Nh5e7qjVdDoohXWHjU23TZ1v/NCkgtgmpG
zLCS7s5o8E59Om3UDvyBMrt8NGBwAgL3775KR8Yyb1ZywxthczZYSutd+tEJaixKAhtIQr/5s
njegYLN/YawhHL/vExUEGAbtweHlw7Tnts1VnWg94PjPo6goRS/cBEbLSE6VQDWx1vaG3n/uk
88/ZfpGyv0R6HyqzeQjRKf7da6aOfMzcUGC/TOUfeVFWvcrNNUDdRKey5HFbVZ0di/fdCk2GY
GqtgioCI4c1GpfPH0JNWdC6Gp0sc++khPRcHkHnDM01vkXmXMXpdhy0ZOa2McFLA1yxNefxaG
/+Ja80ntV8vlGr1HEzVOSavoNsEJpqnFmcBZww/PD+gKiQW1xJVRxu5ZG308pY3ARdq7ZRFi3
2dPEDzbJ3Y8ZekdJkxSvcZnHzT1lAa0oBvFuC2zV3eG4QXoEPQ4MUmfyrRbnAYX7TfsRPj2Oo
JQ3yDEfM2GA92dO/7nrR8FIdIOkUsIuPGa9xR0RaXvX+4uH/q15HzrKECYUSmdPjBqZ5+eqag
LnFcANuLtnNtzJFL5uSlqtsU5B6ZvMquAX7SY78aduAC5hAM4g4kqVgFCjTmEvy+oPkRUIpZ4
mWtCFJagP9IRnvpvwQvyAiqIYpmq61xo76bBkxAGTNmhsw9h3c71U4F0J+lkIz5Rcv5EqE2Vr
n51xmPYY9l1U2csAi7lBDnl39WE8C8tTylAUL8NBDojBne+wXfcCye2IHqzeG7WTXK5HgI/Vw
Ts/4JST3X8ilHgLPPBLFwFgzoXgqmHRwFasODFDyAj6jgsdT/dOJ+PtiRpToRyd/f6Wcieo
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

--Sig_/c38yx88iricDSkE37WmaLgp
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

"Jan Kasprzak (kas AT fi DOT muni DOT cz) schrieb am 10. May 2020:

> does anybody have footprints for Deans-T connectors[1] for geda/pcb?

If I remember correctly, the Dean-T connectors are actually series
AM-1015 by the east Asian company AMASS.

Are you totally invested in the T connectors? If not, I'd propose the
slightly more modern XT60 series by the same manufacturer as an
alternative. These seem to be quite popular with RC projects these days.
Prices and capabilities seem fairly similar.

The printed circuit versions of xt60 use round holes rather than slots.=20


> Even better, I am thinking about side-mounted Deans-T (on the border
> of the PCB board), where the positive side (the horizontal part of the
> "T") would be in the U-shaped slot, and the negative side (the
> vertical part of the "T") would lay on the pad on one side of the
> printed circuit board.

The xt60 line of products  includes regular side mounted versions.=20

=20
> If not - can somebody guide me how to create it? I searched
> gedasymbols.org, but didn't found it there.

There are different approaches to footprint creation.

1) use a regular text editor to write a file in the format understood by
pcb. This route is described in this very detailed manual:
 http://wiki.geda-project.org/_media/geda:land_patterns_20070818.pdf

2) write a script in your favourite language to generate the footprint
file. This footprint generator approach is particularly useful if you
want to produce a large range of similar footprints.

2a) use a footprint generator written by somebody else.

3) use the GUI of pcb itself. You'd compose the footprint from lines and
pads. Then copy these elements to buffer and apply=20
	Buffer =E2=86=92 convert_buffer_to_element
  Insert the footprint on canvas with a left-mouse click.
  Add pin numbers and move the footprint string to a proper place. Check
  and potentially change clearance of solder mask.
  Copy the footprint to buffer and do
	Buffer =E2=86=92 Save_buffer_elements_to_file
This GUI approach is more tuned to deal with "interesting" shapes that
connectors tend to ask for.
For my own work-flow I added a few scripts to streamline the GUI
approach. (set the clearance, set the line width, extract all footprints
from a sheet)

Hope, that gets you going,

---<)kaimartin(>---
--=20
Kai-Martin Knaak
Email: kmk AT familieknaak DOT de
=C3=96ffentlicher PGP-Schl=C3=BCssel:
https://keyserver.ubuntu.com/pks/lookup?op=3Dindex&search=3D0x7B0F9882

--Sig_/c38yx88iricDSkE37WmaLgp
Content-Type: application/pgp-signature
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEyAypwA/y2l/nFU8PwTqkzHsPmIIFAl64lLsACgkQwTqkzHsP
mIIRPhAAhUJmUnKYK3EK68e2hqqjXKFRM4DaTzGC9op69gTjWp35ZG769rf9NxjG
Kqc/7ixA6Z7ICuM7sIqLSsHpvKjabA+bOctXQQ1dafuy1xCzLCnXp4jBv8XiVpjb
LOQv1gBYFH5sV2lLZRgA44dJcD2Zw96TYVirIqH2WxVUIRgNhhQIG9HljA33930a
sOkTTXxjRItASQFhE5pJUMJYUtkcrswo8NKRZve8VJiCGD/d2KzS7S8eCyl3SHKD
GShrJ2Tuc7p40P1h3OHxgMqf/oi4SrAX8hRkftMED0loRKXEOq1wf0o3Rzkb7HP2
X0rSewADXkz3zqSujNOP703jQET4umz1cY37NPL5aCXaKM9FncUYWS3Wlk5gRsLf
Lm4BI8Y7S4BUNHW2YZB5nOlYZfQHTJkGxAGwCl9upowK/lD9+7Lj8dsQ4X0Wceja
OuhmftYuRKEGy+TynDz+lkSddtVDCcUSy9h4oNR7qtoed7ZME8G6KeWcfV6MRjT4
LZeOFMCWnTSH0MQzZKWhiFk6MpDoKoB5TAjD2XG9GtTCqQwBv3KQAM19pPAeK7Ie
RUTRrKPq7kX8MOGMkaMa0t7qRxY/xMZHGrKRTb76YVjbDxSQf4YvEnijOE/n74kJ
gWqLvfEV2mydc8e5yp27SQnoAO083X+xhDCty/9ZW8xOKjdzLf8=
=3FUz
-----END PGP SIGNATURE-----

--Sig_/c38yx88iricDSkE37WmaLgp--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019