Salvador E. Tropea
|
510279a0a3
|
Added support for frame to `pcb_print` on KiCad 5
- This is tricky because plot API doesn't support it.
So we use `pcbnew_do` to generate an SVG and then we make a
vectorized PDF from it.
|
2022-04-11 12:40:39 -03:00 |
Salvador E. Tropea
|
d4945e0189
|
Added workaround for KiCad 5 SVG print
- The KiCad 6 bug was also in KiCad 5.
|
2022-03-17 14:39:18 -03:00 |
Salvador E. Tropea
|
562e36d6f5
|
Added output to print PCB layers in SVG format
- Also added support for them in the reports
- Changed the full report to use them
|
2022-03-03 13:13:46 -03:00 |