add a function that generate filled gerberdata with representing internal shape by fliping polarity

This commit is contained in:
Hiroshi Murayama 2019-12-28 23:45:33 +09:00
parent d7a0693242
commit 244fcaa534
19 changed files with 2470 additions and 3207 deletions

View file

@ -10,7 +10,7 @@ def read(fname):
METADATA = {
'name': 'pcb-tools-extension',
'version': "0.9.1",
'version': "0.9.2",
'author': 'Hiroshi Murayama <opiopan@gmail.com>',
'author_email': "opiopan@gmail.com",
'description': ("Extension for pcb-tools package to panelize gerber files"),