There are also some “test point” schematic symbols and PCB footprints.
The testpoint footprint library has about 100 footprints, and they start with a drill diameter of 0.5mm, and there are versions with both square and round pads, (and also other shapes).
If wanting through-hole with Pads and Wire, attached is useful (or, could search for my tutorial on making jumper wires and make them as you want them)…
See also How to connect a wire to the PCB?. You can find suggestions for through holes there. You should also learn how to copy a ready made footprint to your personal library and modify it, or how to create one from scratch. It’s the bread and butter of PCB design anyway.
In the Kicad footprints, look at “Connector_Pin” and also the various flavors of “Connector_PinHeader”. You’re bound to find something in the size you want for a single pin. And if it gives you a square pad and you want a round one, simply edit the pad in your PCB and change it to circular. You can also change the size of the hole and the size of the copper pad.
Hello Black Coffee,
I assume that you used Freecad for designing these wires, do you ?
If so, the two wrl files don’t have the same size although they seem to be issued from the same path. Strange !
I’m lazy and I like already made work ! Do you have the step files ?
Thanks in advance
I don’t know why they are at different scales on your end - both the Black and Red .wrl’s show the same “Scale” in the .mod file (screenshot below).
That is confirmed by opening them in a Viewer (screenshot), such as Paraview. They show overlaid and are identical.
You can change the scale in the Footprint Editor.
Yes, I did them in FreeCad. They are as shown. The Jumper Wires are curved. But, if you watch the Video on making them, well, you can make straight one’s…
Thanks a lot.
Perhaps the difference in the sizes comes from the parameters that are manually selected while exporting the job to step and VRML. As far as I understand, there’s no texture nor specific rendering in step files and this might impact the size of the wrl files. I’m always confused, a configuration box is really missing.