Skip to content

Releases: jpt13653903/Gerber2PDF

The aperture macro rotation argument is now optional

09 Aug 07:12
b96586a
Compare
Choose a tag to compare

This fixes a bug where the aperture macro parser didn't understand optional arguments.

Version 1.10

13 Jan 13:35
Compare
Choose a tag to compare

This feature addresses issues #26 and #27

  • Bugfix: Increased the arc rounding error tolerance even further
  • Feature: The global options page_size, orientation and scale_to_fit can now be
    overridden with next_page_size, next_orientation and next_scale_to_fit.

Version 1.9

05 Jan 16:51
Compare
Choose a tag to compare

This version replaces the custom Deflate algorithm with the standard ZLib library. Expected improvements include:

  • Faster conversion times
  • Superior adherence to the Deflate and ZLib standards.