MitjaNemec / Kicad_action_plugins

Kicad action plugins
413 stars 62 forks source link

place_footprints: ability to place selected footprints #82

Closed easyw closed 4 years ago

easyw commented 4 years ago

Hi, it would be possible to position a selection of footprints applying the same offset (x,y) to the corresponding footprints referred in a base sheet? I mean if I have a Sheet instantiated many times, after having routed the first instance, I would like to select the footprints of the routed part; then running the plugin selecting the sheet to be replicate/positioned, the corresponding footprints would be placed with an offset referred to the position of the selected footprints.

easyw commented 4 years ago

I have found it can be done starting with this plugin and then using the replicate plugin. thx

MitjaNemec commented 4 years ago

You might have been tripped as the original replicate layout plugin worked as you expected. But I've since split it into two plugins as the place footprints can be used by itself. And code management is easier.