Some questions about KiCad

Hi everbody,

I tried to make a project with KiCad to learn it (before I used eagle to design circuit boards). Now I have some questions about that I didn’t find a solution:

  1. Is there a posibility add a spezific distance between to pads in the Footprint Editmode (Set a delta distance from an other pad to an other) and how can I change a setting for many pads at same time?
  2. Is there a possibility to move a group of devices, but the connection between there and the not moved devices should be stay.
  3. Is there a posibility to watch if to pins are connected togehter how in eagle? Also from the Eeschema to the Pcbnew (I found only the posibility to watch in the Pcbnew which pins are connected together)?
  4. Does a function exist where I can select one time only the device which are full into the selected area and one time where also the devices will be selected when there is only a part in the selected area
  5. Is there a posibility that some conductor tracks, how the supply tracks, to make them thicker?
  6. Why when I delete some tracks out of eeSchema the tracks will not be deleted in the pcbnew?

Thanks for replies.

Martin

Hi Martin,

1a
if you hit your space bar your ‘user coordinates’ are set to 0|0-
so you can make delta meassurements this way.
1b
in the context menu there is an entry ‘Export Pad Settings’
and an entry ‘New Pad Settings’
the second transfers the ‘exported’ settings to the new pad.
–> other way is to save your work - close the editor and open the *.kicad_mod file in an text-editor
there you can use search&replace :wink:

2
what do you mean with devices? footprints?
in PCBnew
you can draw select multiple footprints with an ‘border selection’ - just click and drag.
after you have released your mouse button there is a dialog with different options:

there you can choose what should move…

  1. relative - you can use the ‘Highlight net’ button (second from top in right side vertical toolbar)
    if you click on a pin / pad your Eeschema should jump to this position on the schematic -but i don’t know of a highlight option in Eeschema.

  2. i don’t think so - in Pcbnew it defaults to grab all things that are ‘touched’ by the selection

  3. look at the Menu ‘Design Rules - Design Rules’ - there opens up an editor there you can define some ‘Net Classes’ - i normally have one for power -
    in the second part of this dialog you can choose what Nets from your project should belong to which Net Classes:


    the units in this dialog switched if you switch the units in the main Pcbnew window.

additional you can switch what custom size is active in the

these sizes are defined in the Design Rules Editor in the second Tab 'Global Design Rules:

6
the tracks will be deleted. but you have to manualy export the netlist in Eeschema and import it in Pcbnew.
at the import there is an option ‘Unconnected Tracks’ ‘Keep’ or ‘Delete’.

i highly recommend to read some of the tutorials and - also the getting starte documentations / reference manuals for the tools (available in the help menu).
there are really useful tips and tricks in these documents…

sunny greetings
stefan

1 Like

Hi stefan,

thank you for your reply.
For the 2 I found the option. In schematic I have to select the area I wanna move and then press tab, to move the electronic devices and the wires stay connected to the other devices wich (if I press rightclick I can choose between several settings.

Thank you for the very goog reply, I will read some tutorials.

Martin