ReplicateLayout icon indicating copy to clipboard operation
ReplicateLayout copied to clipboard

Results 30 ReplicateLayout issues
Sort by recently updated
recently updated
newest added

If we try to use the plugin on a read-only file ( like the KiCad demo files ), we get a python error. I think it would be nicer to...

bug

Feature request: disable some layers of replicate procedure. Use case: I usually use a lot of Users.Drawings and Comments in the first layout that attempt to replicate. I could disable...

I found a new edge case... A via with track that originates within the seed replication region that terminates on a component that is NOT in the seed region will...

I was trying to use the plugin to replicate the layout of hierarchical sheets which had a very convoluted name. ![image](https://github.com/MitjaNemec/ReplicateLayout/assets/24597999/2da174e6-a1e6-46c7-b6fc-62c2c56ca9e4) To achieve this, I installed via the KiCAD manager...

Hi @MitjaNemec, I would be happy if your plugin would show the icon for your plugin by default. This can be easily implemented. Just add the following: [__init__.py#L23-L26](https://github.com/MitjaNemec/ReplicateLayout/blob/62278e94812c5ef6d706d1a8ecc9758a4381b591/__init__.py#L23-L26) ``` python...

It would be nice if I could replicate text only on top or bottom or both without moving any other thing. Placing the references on silkscreen ist the latest thing...

This should fix the issue when there is a group with the same name as the source group and "Replicate group only" feature is used so this will replicate redundant...

ReplicateLayout creating namesake groups and dividing destination sheets' items by groups when "Group layouts" is chosen and destination footprint is already member of "proper" group. https://github.com/MitjaNemec/ReplicateLayout/blob/62278e94812c5ef6d706d1a8ecc9758a4381b591/replicate_layout.py#LL897C11-L897C11 Tried to add `GetName()`...

Hello, i'm working on a fairly large board with +100 channels. Each channel is implemented inside it's own square space : ![image](https://user-images.githubusercontent.com/56682696/232484053-8abd22a7-0d44-4555-a3c4-38007bc1e303.png) If i try to duplicate this system (it's...

I have a problem that the replicate Layout just fails if schematic starts with a small e. Example: efuse.kicad_sch [replicate_layout.log](https://github.com/MitjaNemec/ReplicateLayout/files/11042299/replicate_layout.log) e-fuse.kicad_sch [replicate_layout.log](https://github.com/MitjaNemec/ReplicateLayout/files/11042312/replicate_layout.log) but E_fuse.kicad_sch works