Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-30 | fix bugs that fail judgement of path's containment | Hiroshi Murayama | 1 | -5/+15 | |
2019-12-28 | add a function that generate filled gerberdata with representing internal ↵ | Hiroshi Murayama | 1 | -8/+274 | |
shape by fliping polarity | |||||
2019-09-30 | fix a issue that coordinate normalization for excellon is imperfect | Hiroshi Murayama | 1 | -3/+2 | |
2019-09-28 | minor refactoring | Hiroshi Murayama | 1 | -1/+1 | |
2019-09-28 | improve DXF file handling functions: | Hiroshi Murayama | 1 | -202/+125 | |
- DM_LINE mode support to generate Excellon routing sequence - DM_MOUSE_BITES mode support to generate mouse bites along all path also, not only line object | |||||
2019-09-09 | improve compatibility with RS-274x specification: | Hiroshi Murayama | 1 | -27/+4 | |
- can merge multiple files having different file scope modifier, such as AS, MI, OF, SF, and IR - support modal coordinate notation | |||||
2019-08-25 | support incremental coordinate for excellon | Hiroshi Murayama | 1 | -28/+3 | |
2019-04-03 | add move and rotation capability to DxfFile object | opiopan | 1 | -7/+59 | |
2019-04-03 | add rectangle generator | opiopan | 1 | -25/+57 | |
2019-04-03 | fix a rotaion issue | opiopan | 1 | -7/+1 | |
2019-04-01 | compliant with Python 2.7 | opiopan | 1 | -1/+3 | |
2019-03-31 | fix a minor issue | opiopan | 1 | -5/+3 | |
2019-03-31 | auto detection closed paths in the collection of DXF arc object and line ↵ | opiopan | 1 | -53/+145 | |
object, then fill these closed path | |||||
2019-03-30 | add mouse bites generator function | opiopan | 1 | -43/+162 | |
2019-03-23 | add rotation fuction | opiopan | 1 | -1/+1 | |
2019-03-21 | initial commit | opiopan | 1 | -0/+357 | |