Skip to content

Commit

Permalink
Fix zone inflating
Browse files Browse the repository at this point in the history
Related #30
  • Loading branch information
realthunder committed Jan 29, 2021
1 parent 8d762c7 commit b61b8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kicad.py
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ def _wire(obj,fill=False):
# related to some setup parameter? I am guessing this is half the
# zone.min_thickness setting here.

offset = self.zone_inflate + z.min_thickness
offset = self.zone_inflate + z.min_thickness*0.5

if not zone_holes or (
self.add_feature and self.make_sketch and self.zone_merge_holes):
Expand Down

0 comments on commit b61b8f6

Please sign in to comment.