kiplot icon indicating copy to clipboard operation
kiplot copied to clipboard

Add support for plotting position files

Open rdeterre opened this issue 6 years ago • 1 comments

Hi,

Here is proposed change to add support for exporting position (pick and place) files in ASCII and CSV format using KiPlot. I was not able to find an API to do this in pcbnew.py, so the Python logic here is adapted from KiCad's source code.

Cheers!

rdeterre avatar Oct 16 '19 03:10 rdeterre

Nice patch!! I was using a separated script for that. I applied it to my fork. Additionally I added an option to only include SMD components (the default KiCad behavior):

https://github.com/INTI-CMNB/kiplot/commit/bce849b44b0310be261cf0ae46c3b2e6a6c38388

set-soft avatar Mar 13 '20 16:03 set-soft