Skip to content
New issue

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

Error in KiCad 8 #27

Open
boromyr opened this issue Jan 30, 2024 · 0 comments
Open

Error in KiCad 8 #27

boromyr opened this issue Jan 30, 2024 · 0 comments

Comments

@boromyr
Copy link

boromyr commented Jan 30, 2024

---------------------------
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant