CAM Library Version 2.1.9 Released

API: camlib_GerberImportDefaultQuadArc() - Most CAD applications provide incomplete Gerber files, and a common omittance is the definition for Quad or Full Arcs.  This setting will force CAM Library to intrepret all arcs are Quad (90) from the beginning - unless otherwise specified inside the Gerber file.
API: camlib_GerberImporQuadArcCanBe360() - Most CAD applications provide incomplete Gerber files, and a common omittance is the definition for Quad or Full Arcs.  CAM Library assumes all arcs are defined as 360 (full arcs).  Thus if an arc has the same start and end point, it is assumed to be a full circle.
API: camlib_GerberImporIgnoreZeroLengthDraws() - Most CAD applications provide Gerber files with single point draws and duplicate points.  This option allows you to control the output of zero length draws..
API: camlib_GerberImporPolygonArcCanBe360() - Most CAD applications provide incomplete Gerber files, and a common omittance is the definition for Quad or Full Arcs.  CAM Library assumes all arcs are defined as 360 (full arcs).  Thus if an arc has the same start and end point, it is assumed to be a full circle.
DFM Check: MINIMUM_CLEARANCE_SAMENET - Checks for Minimum clearances on the same net. Which may cause under etching on copper areas and / or exceed PCB fabricators capabilities. Resulting in possible opens or shorts.
Gerber X2 format is fully supported!
DFM Check (Annular Ring)- Eliminated false positives which occurred with overlapping objects.
DFM Check (Undersized Mask Clearance)- Eliminated false positives which occurred with overlapping objects.
DFM Check (Minimum Silkscreen Width)- Eliminated false positives which occurred with thin lines used to draw hatched fonts.
Gerber Import - Improved optimization of complex polygons.
Gerber Import - Improved handling of Polygons from Gerbers generated by DipTrace.
Gerber Import - Automatic Layer type detection from Gerbers generated by KiCad.
ODB++ Import - Resolved conflict when a custom symbol uses a standard symbol name.