OpenBuilds-CAM
OpenBuilds-CAM copied to clipboard
Enhance Gerber parser with debugging and arc approximation
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