Making footprints - opacity of holes and magnetic snaps

I’m trying to make a footprint or hundred and am having a difficult time. The footprints need to use a very fine grid. For example I have a RJ12 horizontal socket that I am trying to make a footprint for and the spacings are ridiculous and not conforming to reasonable fractions of standard pitch spacings. So I need to use a really small grid.

I have downloaded and installed from the suggested archive a 5.1.4 version of Kicad and I’m on Linux Mint 18.3 64_bit.

Application: KiCad
Version: 5.1.4-e60b266~84~ubuntu16.04.1, release build
Libraries:
wxWidgets 3.0.2
libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3
Platform: Linux 4.10.0-38-generic x86_64, 64 bit, Little endian, wxGTK
Build Info:
wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24
Boost: 1.58.0
OpenCASCADE Community Edition: 6.8.0
Curl: 7.47.0
Compiler: GCC 5.4.0 with C++ ABI 1009

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


When I try to place a through-hole pad onto a previously drawn ‘construction line’ the black of the hole covers over the line so I don’t know where I am releasing the pad.

Furthermore, the magnetic snap either doesn’t work or is not possible.

I want to create a bunch of lines on a document and the place pads expecting to be offered a suggested snap at the end of line or in the centre of a line.

Also, is there a way to change the width of a line as you use it ? In other CAD packages I might select a line tool and then press ‘tab’ to have a popup appear in which I can change the colour and the width etc.

Also, how do I make a footprint ‘origin’ to be the centre of ‘pin 1’ or any other part within the footprint ?

Lastly, when perusing a library file, is there a way to see a thumbnail picture of each component ? I would identify and choose better with a picture rather than some technical title.

Thanks in advance,
Steve

Give a link to a datasheet or dimensions drawing of an example.

https://bugs.launchpad.net/kicad/+bug/1840177, please check “This bug affects…” option to add your vote.

You might want to work through Tutorial: How to make a footprint in KiCad 5.1.x (From scratch)?

Tldr: there is a user grid so no need to work with ridiculously small grids. (And the array feature)
Colors of elements are dependent on their layer (necessary in an ecad tool that uses 2d rendering to work on a 3d object)
Line widths are changed within the line properties dialog (right click properties or hotkey e). Defaults are in the preferences menu.
to set the origin after the footprint is done use the anchor tool (right toolbar, or place menu).

Guys,

I think there is something of a magnetic snap with through-hole devices but I’m pretty sure it isn’t there for SMD pads.

The shifting of grid origin is a pain and it is a lot easier to make a footprint from scratch rather than modify something in the kicad collection. On my stock version, there is a dark blue vertical and horizontal ‘crosshair’. This does not follow the grid origin and I think it is meant to.

Rene, thanks for your help and persistence with the program. You helped last time I had a query and I’ve been doing other things in between times.

I’m not thinking what I’m seeing is a ‘bug’ as such but a feature not implemented …

Cheers,

Turn on magnetic pads in the preferences.
Then use the alt key to turn off grid snapping.

This doesn’t help if there are graphics to which one wants to snap pads.

There was a bug where snap only works if what is attached to the cursor is on the same layer as the reference object
So try placing your reference lines on the relevant copper layer till this is fixed

I have two tips, in case they help.

One is that it’s possible to set the “transparency” of all Layers and Items using the Colour Picker. Double click on the color patch next to a layer or element (example, Through Hole Pads) and adjust the transparency.

The other is, if you know the co-ordinate of the end point of the line where the Pad needs to snap, you can just enter these co-ords in the Pad properties. Not the most ideal, and not as fast as magnetic snapping, but it might help if that doesn’t help.

Thanks all.

When I have a surface mount device I choose to make each pad a through-hole pad with a tiny drill hole. I can then see the end of the track at least.

It is still a problem to use nonetheless.

Anool,

I’m working on Linux and my transparency doesn’t seem to change.

Odd.
I use KiCad ver 5.1.4 on Ubuntu and it works for me.

This only controls the copper ring not the “hole”

Ah, checked, and Yes. Changing transparency only affects Pad copper.
Maybe @swmcl 's problem can be overcome by using Pads in outline mode ?

Thanks Anool but I’ve had no success yet.

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