Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-18 | Get unit conversion working for Gerber/Excellon files | Hamilton Kibbe | 1 | -11/+51 | |
Started operations module for file operations/transforms | |||||
2015-02-15 | Tests and bugfixes | Hamilton Kibbe | 1 | -5/+5 | |
2015-02-09 | Tests and bugfixes | Hamilton Kibbe | 1 | -16/+31 | |
2015-02-08 | Fix copy-paste error on ASParamStmt | Paulo Henrique Silva | 1 | -1/+1 | |
2015-02-02 | Added some Aperture Macro Primitives. Moved AM primitives to seperate file | Hamilton Kibbe | 1 | -75/+8 | |
2015-02-02 | tests | Hamilton Kibbe | 1 | -7/+9 | |
2015-01-26 | merge upstream changes | Hamilton Kibbe | 1 | -1/+1 | |
2015-01-26 | Added some tests | Hamilton Kibbe | 1 | -2/+3 | |
2015-01-14 | Fix Mirror (deprecated) param generation | Paulo Henrique Silva | 1 | -1/+1 | |
2015-01-14 | Refactor AM aperture handling and add unit conversion support | Paulo Henrique Silva | 1 | -4/+124 | |
* Add support to convert between metric/impertial * AM primitives are now properly created and can be converted between metric/imperial. (only Outline primitive is supported, no rendering yet) | |||||
2014-12-15 | Fix parsing for OrCAD. | Paulo Henrique Silva | 1 | -137/+297 | |
* Modify the way we parse parameters to allow more than one parameter in a single line as in the following example: %FSLAX55Y55*MOIN*% %IR0*IPPOS*OFA0.00000B0.00000*MIA0B0*SFA1.00000B1.00000*% (this is from OrCAD 16 default output) * Add missing deprecated parameters. * Change API to use given FileSettings on output. This allows us to use pcb-tools to convert between FS formats. | |||||
2014-12-05 | add ipc2581 primitives | Hamilton Kibbe | 1 | -1/+15 | |
2014-11-10 | Bunch of small fixes to improve Gerber read/write. | Paulo Henrique Silva | 1 | -27/+27 | |
2014-10-26 | Fix ValueError, missing self. | Paulo Henrique Silva | 1 | -1/+1 | |
2014-10-26 | Merge aperture fixses from upstream | Hamilton Kibbe | 1 | -4/+4 | |
2014-10-19 | Test update | Hamilton Kibbe | 1 | -9/+7 | |
2014-10-18 | Refactor rendering | Hamilton Kibbe | 1 | -1/+2 | |
2014-10-10 | Added excellon format detection | Hamilton Kibbe | 1 | -1/+6 | |
2014-10-10 | Working region fills and level polarity. Renders Altium-generated gerbers ↵ | Hamilton Kibbe | 1 | -8/+8 | |
like a champ! | |||||
2014-10-10 | Add tests | Hamilton Kibbe | 1 | -3/+9 | |
2014-10-09 | doc update | Hamilton Kibbe | 1 | -3/+3 | |
2014-10-09 | Doc update | Hamilton Kibbe | 1 | -0/+28 | |
2014-10-09 | Add mode statement parsing | Hamilton Kibbe | 1 | -3/+3 | |
2014-10-08 | start arc | Hamilton Kibbe | 1 | -2/+21 | |
2014-10-07 | fix excellon render | Hamilton Kibbe | 1 | -6/+28 | |
2014-10-06 | add excellon statements | Hamilton Kibbe | 1 | -0/+597 | |