Select footprint for (positioning using "properties")

My e-load has four TO220 transistors up against one heatsink plane. The X position is not so critical but the Y position of all four should be the same.

Somehow I accidentally moved one of them. I think the easiest way for me to correct it is to select the footprint, view the properties, and set the Y position to agree with the others. The problem is that when I clicked on the pad for pin 1, selected properties and specified the position, I ended up moving only that pad.

Not what I want! Time to Undo or ā€œUpdate PCB from Schematicā€.to retrieve a fresh footprint from the library.

Soā€¦OK I was able to first find Q14 and then go into properties and that worked OK so I am not stuck. But I was already nicely zoomed into that transistor, and I did not really need to find it. What is the best way to select the footprint to move the whole thing?

Click on a footprint and not on a pad to select the footprint. Press E once it is selected.
Itā€™s a bit trickier for single pad footrpints but even then you can usually find a spot that selects whole footprint and not just a pad.

2 Likes

Thank you. But it is necessary to click on some part of the footprint. What part of the footprint do you click on? I think of a pad as being part of the footprint. If I select the silkscreen image will it move only the silkscreen or the whole thing? I think that not all of my parts have silkscreen images, but if that is the case I guess that is my problem.

Updateā€¦Clicking on the silkscreen does seem to work where I have one. Thanks again.

Basically anywhere within the bounding box of the footprint that isnā€™t a pad or a drawing.

OK thanks. Without directly clicking on a pad or a silkscreen line (for example) I figured that pcbnew would select the ground plane (for example). I find that if I click on a trace which is within the footprint boundary that pcbnew will select the trace. But if I click on the middle of a plane that is within a footprint boundary, it seems to select the footprint. This is workable. Thanks again.

Zones are selected by clicking the polygon that defines them.
You can click on outlines of footprints as these are not separately editable. I personally click on the courtyard outline or the fab outline when i want to select a footprint.

1 Like

If you select a Footprint, and hit ā€˜eā€™ -dit, then in the middle of the popup properties there is a:
image

For your TO220 the radiobutton is probably set to ā€œFreeā€.
Normally itā€™s set to ā€œLock Padsā€, (Which is relative to the Footprint) and if you then highlight a single pad and hit ā€˜mā€™ for move, Pcbnew selects the whole footprint and moves it.

If youā€™ve accidentally moved a single pad in a footprint and Undo [Ctrl + Z] does not work for you, then simply select the footprint, ā€˜eā€™-dit and:
image

That is helpful. Thank you, Rene

Hi, Paulvdh

Your comments are helpfulā€¦however I am puzzled because my footprint is set to ā€œLock Padsā€. I have checked both my latest file as well as the previous version.

On that subjectā€¦for some time nowā€¦at the beginning of my session, I copy and rename the folder containing my .pro and .pcb files, Within the new folder I also rename all of the files; all to the same (name ahead of the dot extension). At the end of my session I zip the folder and copy it to a CD-RW. My files are not large. This takes 1-2 minutes and has been working well for me.

Before posting I did 5 to 10 minutes of experiments in My KiCad V5.1.0, and I verified:

1). Select a pad of a Footprint (only pad hights).
2). Press ā€˜eā€™-dit and you edit the properties of that pad Hit [Esc] / Cancel to go back.
3). Select a pad of another Footprint.
4). Press ā€˜mā€™-ove and the whole Footprint gets selected and can be moved.

x). Experiment with the ā€œmove and Placeā€ / Free setting, and confirm that then a single pad is moved.

From your last post it seems you rename whole projects.
Iā€™ve also done so in the past, but it may get you into some trouble because some of those names are also used in the files.
There have been some threads here on the user forum about renaming projects, and also on launchpad, but I have no time at the moment to add some links here.

(If you find the links, then add them for others who search the forum for answers).

Thanks, Paulvdh

and:
Sorry I previously neglected to report my KiCad version:

Yes your observations appear to be correct. However I did not want to use ā€œmoveā€ command. Rather I wanted to use properties to specify precise Y position, and that ended up pad properties (and re-positioned only the pad as a result.)

Yes altogether when I am editing any sort of data file (including Word, Excel or anything else I can think of) I like to include/change the date and/or revision designation in the file name. I have not experimented so carefully but KiCad seems to want the .pro, .pcb, .sch, etc. files all to have the same name. This is a little extra work but assures that I have a schematic which (at least is the ā€œtargetā€) for every version of my pcb file. For the way I work, it is actually a bit more rigor. I just need to avoid rigor mortis.

Application: kicad
Version: (5.1.0)-1, release build
Libraries:
wxWidgets 3.0.4
libcurl/7.61.1 OpenSSL/1.1.1 (WinSSL) zlib/1.2.11 brotli/1.0.6 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) nghttp2/1.34.0
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8)
Boost: 1.68.0
OpenCASCADE Community Edition: 6.9.1
Curl: 7.61.1
Compiler: GCC 8.2.0 with C++ ABI 1013

Build settings:
USE_WX_GRAPHICS_CONTEXT=OFF
USE_WX_OVERLAY=OFF
KICAD_SCRIPTING=ON
KICAD_SCRIPTING_MODULES=ON
KICAD_SCRIPTING_PYTHON3=OFF
KICAD_SCRIPTING_WXPYTHON=ON
KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
KICAD_SCRIPTING_ACTION_MENU=ON
BUILD_GITHUB_PLUGIN=ON
KICAD_USE_OCE=ON
KICAD_USE_OCC=OFF
KICAD_SPICE=ON

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.