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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed names of Gerber specification files (.pdf.pdf extension replaced with .pdf)
Added draw_region_outlines option (disabled by default) which controls whether lines
which make up a region boundary should be drawn after region is filled. KiCAD seem to
assume that those boundaries are not drawn and region outline is 1px instead of
thickness of aperture.
Changed Decimal precision to 60 decimal places.
Changed precision of INCH_TO_MM_MULTIPLIER (now its 25.4) and MM_TO_INCH_MULTIPLIER
(dynamically calculated with Decimal).
Changed circle aperture to make result better match expectations and KiCAD reference.
Fixed warning message logged every time a valid region was created to show up only
when region is not valid.