OpenBuilds-CAM icon indicating copy to clipboard operation
OpenBuilds-CAM copied to clipboard

Enhance Gerber parser with debugging and arc approximation

Open jake5253 opened this issue 2 months ago • 0 comments

Fix Gerber parser for RS-274X files with arc support

  • Update regex patterns to properly detect coordinate commands
  • Add arc approximation using linear segments (10 per arc)
  • Extend parser to handle I/J arc center parameters
  • Improve command filtering to exclude apertures and format specs
  • Add comprehensive documentation and debug logging

Fixes #43

jake5253 avatar Nov 22 '25 05:11 jake5253