X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Subject: Re: [geda-help] Re: Wire bridges in gschem? To: geda-help AT delorie DOT com References: <30c7dda0-4d20-55f8-708b-5d76e60f46cb AT zonnet DOT nl> <95efc890-44fa-340b-cceb-65e9fe81d71a AT zonnet DOT nl> From: "John Griessen (john AT ecosensory DOT com) [via geda-help AT delorie DOT com]" Message-ID: <7f12d45e-adeb-a327-1a32-5590e94569e8@ecosensory.com> Date: Sun, 25 Mar 2018 22:49:03 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <95efc890-44fa-340b-cceb-65e9fe81d71a@zonnet.nl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 03/25/2018 07:50 AM, HansFong wrote: > > In the mean time I used pin headers as a temporary solution and it works. The board is a double layer hobby project in order to > learn to use gEDA, so it doesn't need to be professional, but still.... I want to get it right. If you are using a 2 pin header, that is a good approximation of what I would make for a wire jumper symbol and footprint. I would have two pins contained in symbol and footprint. So one way forward is to just use the 2 pin header as is and copy a through hole resistor footprint to be the layout for it, and then learn to customize those. Customizing parts is the normal way to use things to suit your need in FOSS, since there may not be the exact thing done by anyone yet. Gedasymbols.org is a good place to look and see if anything matches, and if it is close, copy and modify it. Modify and rename both symbols and footprints. In your project dir, make a dir called footprints and one called symbols and make sure they are on the path accessible to the gschem "place component" menu and the pcb "library" menu. To customize a symbol in gschem is easy, just select the symbol, right clik "down symbol" to edit the symbol and save as to the yourproject/symbols dir with a new name. Call it yourproject/wirejump.sym. Then see if it can be placed (after a E U update component -- there is a menu button for that under edit). If you can access and place your new named symbol, next is to edit it to make it better match what you want. That could be select and stretch boxes and lines in green or maybe give the E N command to show invisible attributes and rearrange or rename them. When done with those changes, EN to make invisible text hidden again, the E T click the button translate, then F S to save it. then right click up edit. Then E U update component. Then place the newly changed component to see how it looks in your schematic.