Salvador E. Tropea
|
460ddc6a59
|
Added holes color configuration to pcb_print
|
2022-04-12 15:53:34 -03:00 |
Salvador E. Tropea
|
b7b9b70ac3
|
Added PNG, EPS and PS outputs to pcb_print.
|
2022-04-12 15:43:53 -03:00 |
Salvador E. Tropea
|
a2526bf5bd
|
Fixed the pcb_print get_targets for SVGs (pages, not single)
|
2022-04-12 14:23:24 -03:00 |
Salvador E. Tropea
|
9a90b522c5
|
Fixed the name of the layer used to print KiCad 6 frame
|
2022-04-12 09:00:06 -03:00 |
Salvador E. Tropea
|
1507300fe4
|
Added option to generate a better frame on pcb_print (KiCad 6)
- Also documented more details about pcb_print.
|
2022-04-11 19:02:26 -03:00 |
Salvador E. Tropea
|
267a38c32f
|
Documented the %X substitutions for SVG output in pcb_print
|
2022-04-11 17:37:03 -03:00 |
Salvador E. Tropea
|
4e659c3ddd
|
Added support for SVG to `pcb_print`
- And now is much faster because all the processing is done using
SVGs and we generate PDFs only during the last step.
|
2022-04-11 17:24:39 -03:00 |
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
|
bfdc024a33
|
Added an option to sort the layer as KiCad to pcb_print
|
2022-04-10 15:26:35 -03:00 |
Salvador E. Tropea
|
ea1460e6b9
|
Added black drill holes to the `pcb_print` output
- Disabled the frame ref for KiCad 5. Doesn't work.
- Changed reports to use these PDFs. They are vector graphics.
|
2022-04-08 19:33:21 -03:00 |
Salvador E. Tropea
|
3752bcb53e
|
Finished adding all the plot options to `pcb_print`
- Now is you can get most of the good things from both: print and plot
in the same output.
- Is usually much faster than `pdf_pcb_print`
|
2022-04-08 15:01:10 -03:00 |
Salvador E. Tropea
|
900be375e9
|
Added a first approach to Board2Pdf support.
|
2022-04-05 16:36:02 -03:00 |