summaryrefslogtreecommitdiff
path: root/gerber/excellon.py
AgeCommit message (Expand)AuthorFilesLines
2015-10-10Allow files to be read from strings per #37Hamilton Kibbe1-11/+39
2015-07-06Add tool path optimization exampleHamilton Kibbe1-10/+25
2015-06-11Python 3 fixHamilton Kibbe1-3/+3
2015-06-11Add keys to statements for linking to primitives. Add some API features to Ex...Hamilton Kibbe1-24/+96
2015-05-16Add checks to ensure statement unit conversions are idempotentHamilton Kibbe1-0/+3
2015-04-24Fix for #25. Checking was happening at the gerber/excellon file level, but I ...Hamilton Kibbe1-1/+1
2015-04-07Fix Excellon repeat commandPaulo Henrique Silva1-2/+4
2015-02-18Add offset operationHamilton Kibbe1-0/+14
2015-02-18Python 3 tests passingHamilton Kibbe1-5/+5
2015-02-18Get unit conversion working for Gerber/Excellon filesHamilton Kibbe1-2/+27
2015-02-15Add cairo example code, and use example-generated image in readmeHamilton Kibbe1-0/+5
2015-02-15Tests and bugfixesHamilton Kibbe1-6/+23
2015-01-25...oopsHamilton Kibbe1-1/+0
2015-01-25Changed zeros/zero suppression conventions to match file format specsHamilton Kibbe1-15/+17
2015-01-15Add Repeat Hole Stmt and fix UnitStmt parsingPaulo Henrique Silva1-2/+5
2015-01-14Many additions to Excellon parsing/creation.Paulo Henrique Silva1-19/+32
2014-10-26Merge changes from upstreamHamilton Kibbe1-7/+8
2014-10-19Test updateHamilton Kibbe1-11/+8
2014-10-18Refactor renderingHamilton Kibbe1-17/+21
2014-10-12update docs and example imagesHamilton Kibbe1-1/+2
2014-10-11Doc updateHamilton Kibbe1-6/+22
2014-10-10Added excellon format detectionHamilton Kibbe1-5/+150
2014-10-09doc updateHamilton Kibbe1-2/+2
2014-10-08Update readme and exampleHamilton Kibbe1-12/+4
2014-10-07fix excellon renderHamilton Kibbe1-33/+29
2014-10-06add testsHamilton Kibbe1-2/+1
2014-10-06add excellon file writeHamilton Kibbe1-14/+9
2014-10-06Update excellon statements/ExcellonFileHamilton Kibbe1-42/+54
2014-10-06add excellon statementsHamilton Kibbe1-108/+20
2014-10-01added numpydocHamilton Kibbe1-0/+6
2014-09-30Add travis.ymlHamilton Kibbe1-3/+18
2014-09-29Add CNC base classes and settings classHamilton Kibbe1-14/+77
2014-09-28added ExcellonFile classHamilton Kibbe1-46/+87
2014-09-28Added excellon support and refactored projectHamilton Kibbe1-0/+165
2014-09-28Add Excellon supportHamilton Kibbe1-0/+180