- added an ugly form of extra pad passes functionality in Isolation Plugin - does not take into consideration the milling direction

This commit is contained in:
Marius Stanciu
2021-10-15 01:35:16 +03:00
committed by Marius
parent 9057966aa9
commit 02741cf37f
4 changed files with 65 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ class Gerber(Geometry):
# ## Gerber elements # ##
'''
tools = {
'id':{
aperture_id:{
'type':string,
'size':float,
'width':float,
@@ -111,7 +111,7 @@ class Gerber(Geometry):
'geometry': [],
}
}
tools['geometry'] list elements are dicts
tools[aperture_id]['geometry'] list elements are dicts
dict = {
'solid': [],
'follow': [],