- aperture keys in the gerber 'tools' dictionary are now stored as integers instead of strings as before; need to check the application especially the Gerber Editor
- fixed issues in Gerber Editor (using the '0' insteadd of 'REG' type for apertures)
This commit is contained in:
@@ -763,7 +763,7 @@ class ToolExtract(AppTool):
|
||||
return
|
||||
|
||||
new_apertures = {
|
||||
'10': {
|
||||
10: {
|
||||
'type': 'C',
|
||||
'size': thickness,
|
||||
'geometry': [
|
||||
|
||||
Reference in New Issue
Block a user