diff options
author | opiopan <opiopan@gmail.com> | 2019-04-01 21:26:26 +0900 |
---|---|---|
committer | opiopan <opiopan@gmail.com> | 2019-04-01 21:26:26 +0900 |
commit | b7320a6b586e8cf12ea126e7ed4320e6d9f53e99 (patch) | |
tree | f4cc98eb6642b1b54207c7e25a7e3d33b324ac86 /README.md | |
parent | 06ba3e68434e7755f1b19c0c7844d1e0f21da4ad (diff) | |
download | gerbonara-b7320a6b586e8cf12ea126e7ed4320e6d9f53e99.tar.gz gerbonara-b7320a6b586e8cf12ea126e7ed4320e6d9f53e99.tar.bz2 gerbonara-b7320a6b586e8cf12ea126e7ed4320e6d9f53e99.zip |
add examples
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -127,8 +127,11 @@ ctx.merge(dxf) ctx.dump('merged_drill.txt') ``` -## Panelized board image Example -This image is generated by original [pcb-tools](https://github.com/curtacircuitos/pcb-tools) fucntion. +## Panelizing Example +This example board image is generated by following scripts + +- [panelizing script](examples/panelize.py) +- [imaging script](examples/genimage.py) <p align="center"> <img alt="description" src="https://raw.githubusercontent.com/wiki/opiopan/pcb-tools-extension/images/panelized.jpg" width=750> |