summaryrefslogtreecommitdiff
path: root/gerber/cam.py
AgeCommit message (Collapse)AuthorFilesLines
2015-06-11Add keys to statements for linking to primitives. Add some API features to ↵Hamilton Kibbe1-1/+2
ExcellonFile, such as getting a tool path length and changing tool parameters. Excellonfiles write method generates statements based on the drill hits in the hits member, so drill hits in a generated file can be re-ordered by re-ordering the drill hits in ExcellonFile.hits. see #30
2015-02-20Add IPC-D-356 Netlist ParsingHamilton Kibbe1-2/+15
2015-02-18Get unit conversion working for Gerber/Excellon filesHamilton Kibbe1-2/+2
Started operations module for file operations/transforms
2015-02-15Tests and bugfixesHamilton Kibbe1-4/+3
2015-02-13Fix rendering for line with rectangular aperture per #12. Still need to do ↵Hamilton Kibbe1-2/+3
the same for arcs.
2015-02-02More tests and bugfixesHamilton Kibbe1-9/+7
2015-01-25Changed zeros/zero suppression conventions to match file format specsHamilton Kibbe1-6/+78
2014-10-19Test updateHamilton Kibbe1-0/+33
2014-10-18Refactor renderingHamilton Kibbe1-2/+23
2014-10-10Added excellon format detectionHamilton Kibbe1-0/+124