kicad_component_layout icon indicating copy to clipboard operation
kicad_component_layout copied to clipboard

Scripted component layout plugin for KiCad/pcbnew

Results 6 kicad_component_layout issues
Sort by recently updated
recently updated
newest added

Honestly this is probably unnecessarily complicated to maintain compatibility with nightly 6.99 releases, but hey, it's easy and done

It seems like this tool uses the page origin and not one of the origins the user can set. This makes it hard to have a PCB thats properly placed...

…selected by a file browser dialog. A file browser is now used to select the file with the YAML component placement info instead of using the fixed `layout.yaml` file. You...

Is there any interest in adding file dialogs to this plugin to allow selecting a file with the placement yaml as well as dumping yaml to a file that stores...

Created based on feedback in Issue #3 Sometimes, when using the script with kicad nightly, it would fail with `TypeError: in method 'FOOTPRINT_SetPosition', argument 2 of type 'VECTOR2I const &'....