Skip to content

Release 2.0.1

Compare
Choose a tag to compare
@Argmaster Argmaster released this 12 Sep 22:11
· 612 commits to main since this release
2c1fe02
  • 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.
  • Added warnings for zero surface aperture draws.