easyw / RF-tools-KiCAD

KiCAD RF tools: footprints wizard and round tracks, mask expander, via fencing
GNU General Public License v3.0
671 stars 83 forks source link

via_fence_generator Python error: UnboundLocalError 'trk_arc' #29

Closed zskdan closed 3 years ago

zskdan commented 3 years ago

I'm getting a python error, when generating via fence:

2021-10-03-143821_906x278_scrot

I work-around this by reseting git checkout to 0de2d350db03eb7a2532f6534f68c8fe10b942ee

easyw commented 3 years ago

@zskdan it should now be fixed https://github.com/easyw/RF-tools-KiCAD/commit/bf1b46fc89ed28d8fea4124558a7a283fa58c870

zskdan commented 3 years ago

Yep! it is working now. Thanks!