diff options
author | opiopan <opiopan@gmail.com> | 2019-04-01 22:07:56 +0900 |
---|---|---|
committer | opiopan <opiopan@gmail.com> | 2019-04-01 22:07:56 +0900 |
commit | eda75275505e14439e2dcd1990d2b95217546db1 (patch) | |
tree | bcb65d8027626f243f1f816aa54d433e7e02e6e3 /README.md | |
parent | b7320a6b586e8cf12ea126e7ed4320e6d9f53e99 (diff) | |
download | gerbonara-eda75275505e14439e2dcd1990d2b95217546db1.tar.gz gerbonara-eda75275505e14439e2dcd1990d2b95217546db1.tar.bz2 gerbonara-eda75275505e14439e2dcd1990d2b95217546db1.zip |
compliant with Python 2.7
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ ctx.dump('merged_drill.txt') ``` ## Panelizing Example -This example board image is generated by following scripts +This example board image is generated by following scripts from [these source data](examples). - [panelizing script](examples/panelize.py) - [imaging script](examples/genimage.py) |