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=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jNgK/IKCasbKtDlYxwcBJiBgX6O17kg/zCUbbj/pYS8=; b=jaxAJMJdU1//GD6PS14GpsZL/qNTyMuxH4fw8cegwzaONeKYQigSOm+K4x4S+j6RyB xRsm/dCQ2JMmnGGMyOMN9fpG04UoKuRb3vAHjhJ0ZhtMA6gQ8w5OidT4DXzd8Bc6ZXXt UuxtEN4zh2VfR09XFBBTUlPjV/Y78gGUcDkbuznsodolE6wu2OXEYEM+Ul1hF/aW1ywZ L7DWx9WtFj858HKiaYCzfLhJf6DaqMBWnjkfPRNJdhTLWd03uQ+ms93GPitb8JyQYWMs lmNAT3dDrIF3COZ0XRw2dnfUZ/L8biyhkzHfH3m6X76vNNQZQkc2mniORu0Q/hmvuHWL ENJA== MIME-Version: 1.0 X-Received: by 10.202.241.67 with SMTP id p64mr12611876oih.87.1434333378356; Sun, 14 Jun 2015 18:56:18 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jun 2015 21:56:18 -0400 Message-ID: Subject: Re: [geda-user] A Spiral Inductor Footprint Generator From: "Jason White (whitewaterssoftwareinfo AT gmail DOT com)" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Thanks for sharing, Erich! On Sun, Jun 14, 2015 at 12:05 PM, Erich Heinzle (a1039181 AT gmail DOT com) wrote: > It will do square or helical inductor footprints. > > https://github.com/erichVK5/SpiralInductorFootprintGenerator > > you just need to decide how to connect to it, by adding suitable pins, vias > or tracks. > > It will export in gEDA format by default, but can generate a kicad module if > asked nicely. > > Usage: > > java SpiralInductorFootprintGenerator -option value > > -k export a kicad module, default is geda .fp file > > -s export a square inductor, default is circular > > -i long inner diameter of coil in nanometres > > -o long outer diameter of coil in nanometres > > -w long track width in nanometres > > -n long number of turns > > -l long length of segment used to approximate circular arc in > nanometres > > -h prints this > > Example usage: > > java SpiralInductorFootprintGenerator -n 40 -i 15000 -o 50000 -w 250 -l 3000 > > generates a 40 turn circular inductor footprint, > of 15mm inside diameter, 50 mm outside diameter, > with 0.25mm track width and 3mm segment length. > > Someone may find it useful. > > Cheers, > > Erich. -- Jason White