We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--------------------------- Exception on python action plugin code --------------------------- Traceback (most recent call last): File "D:\Users/PC/Documents/KiCad/8.0/scripting\plugins\com_github_jsreynaud_kicad-action-scripts\ViaStitching\FillAreaAction.py", line 88, in Run fill.Run() File "D:\Users/PC/Documents/KiCad/8.0/scripting\plugins\com_github_jsreynaud_kicad-action-scripts\ViaStitching\FillArea.py", line 590, in Run board_edge.Deflate(int(b_clearance), int(12), SHAPE_POLY_SET.ROUND_ALL_CORNERS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'SHAPE_POLY_SET' has no attribute 'ROUND_ALL_CORNERS'
After starting the generation of the 'vias' I get this error message.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After starting the generation of the 'vias' I get this error message.
The text was updated successfully, but these errors were encountered: