X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Message-ID: <53EB6C80.4060703@mochima.com> Date: Wed, 13 Aug 2014 09:47:44 -0400 From: Carlos Moreno User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: geda-help AT delorie DOT com Subject: Re: [geda-help] References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed X-Added-Header: X-MIME-Autoconverted: from 8bit to quoted-printable by net-domino.com id s7DDliHp001653 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s7DDlm8X029995 Reply-To: geda-help AT delorie DOT com On 14-08-13 05:23 AM, Csányi Pál wrote: > Hi, > > I'm a new user with gEDA. > > I want to create a simple project. > I have created the schem file.sch and setup attributes of the > elements, but footprints. > > In the geda-gsch2pcb_tutorial.html tutorial there is the following > quoted sentence: > > 'For the resistors, add a footprint attribute and give it the value > R025 which is the PCB m4 element for a 1/4 watt resistor.' > > So as a beginner I don't know from where is this information, that the > footprint for this resistor could be the R025? > > I can't find the R025 footprint nowhere. > I would like to to be explained more this information for newbies, like I am. Hi Pal, Probably the manual includes this list explicitly. But you can certainly have an idea if you play with PCB independently. For example, run PCB Designer and go to the menu Window -> Library, under pclib-newlib -> generic you find the names for many standard components; if you click on them, you see the outline; and if you want to be completely certain, you can click on the PCB area to place one of the components, then you can measure and double check any details. In this sub-category, the filenames xxx.fp are shown; for some of the other categories (for example, under pclib -> ~generic), it shows a description and what seems to be an identifier code in square brackets; I wonder if you would use this code inside the brackets when specifying the footprint in the schematic editor? (maybe some of the more experienced peers could clarify this?) Hope this helps, Carlos --