You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file <kicad_parser.py> on line #1914 (function makeZones) remove the code-sequence <+ z.min_thickness*0.5>.
To see the erroneous effect, set in KiCAD "Minimum with" of a copper zone to eg. 0.5mm. Import the .kicad_pcb in FreeCad (with AddTracks) and you get overbloated copper zones.
The comment on Lines #1908-1912 do not apply to my version of KiCAD (6.0.6). It might be that it once was an issue, but doesn't apply anymore.
The text was updated successfully, but these errors were encountered:
You are almost there. To my oppinion the "min_thickness" or (newly) "thickness" has nothing to do here. I have found that in the other repo issue 59 covers this.
in KiCAD the copper zone aligns exactly with the pad:
in FreeCAD instead the copper zone gets 0.0127mm bigger:
In file <kicad_parser.py> on line #1914 (function makeZones) remove the code-sequence <+ z.min_thickness*0.5>.
To see the erroneous effect, set in KiCAD "Minimum with" of a copper zone to eg. 0.5mm. Import the .kicad_pcb in FreeCad (with AddTracks) and you get overbloated copper zones.
The comment on Lines #1908-1912 do not apply to my version of KiCAD (6.0.6). It might be that it once was an issue, but doesn't apply anymore.
The text was updated successfully, but these errors were encountered: