Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-06 | Fix mystery crashes in excellon parser | jaseg | 1 | -3/+3 | |
I don't know this code and I don't get what was intended here, but it makes way more sense to me this way. | |||||
2021-02-06 | Fix support for comments in aperture definitions | jaseg | 1 | -0/+2 | |
2019-12-30 | fix bugs that fail judgement of path's containment | Hiroshi Murayama | 2 | -6/+16 | |
2019-12-28 | add a function that generate filled gerberdata with representing internal ↵ | Hiroshi Murayama | 3 | -10/+406 | |
shape by fliping polarity | |||||
2019-09-30 | fix a issue that coordinate normalization for excellon is imperfect | Hiroshi Murayama | 3 | -4/+7 | |
2019-09-28 | minor refactoring | Hiroshi Murayama | 2 | -7/+9 | |
2019-09-28 | improve DXF file handling functions: | Hiroshi Murayama | 2 | -248/+253 | |
- 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-12 | add IP command handling function | Hiroshi Murayama | 1 | -1/+22 | |
2019-09-09 | fix issue #2: single quadrant mode is supported | Hiroshi Murayama | 1 | -16/+31 | |
2019-09-09 | improve compatibility with RS-274x specification: | Hiroshi Murayama | 5 | -91/+238 | |
- 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 | 3 | -61/+14 | |
2019-08-25 | improve routing mode compatibility with excellon specification | Hiroshi Murayama | 1 | -76/+166 | |
2019-08-18 | zero supressing in aperture macro definition | Hiroshi Murayama | 1 | -1/+2 | |
2019-08-18 | fix a bug that unit traslation of excellon fail | Hiroshi Murayama | 1 | -16/+32 | |
2019-08-17 | router mode and G85 slot in excellon file is supported | Hiroshi Murayama | 2 | -15/+241 | |
2019-07-24 | Update am_expression.py | Marin Mikaël | 1 | -1/+1 | |
String format to %f instead of %g. Scientific notation is supportd by Kicad and Ucamco's reference viewer, but causes artefacts on Altium and pcb-tools. | |||||
2019-07-24 | Update am_primitive.py | Marin Mikaël | 1 | -1/+1 | |
Fix bug when circle doesn't have any rotation by adding a default 0 degree rotation. | |||||
2019-07-24 | Update composition.py | Marin Mikaël | 1 | -1/+5 | |
Add DrillSlot support to excellon composition. | |||||
2019-04-24 | fix a genarating closed path issue | opiopan | 1 | -3/+14 | |
2019-04-07 | expand test and fix many issues | opiopan | 8 | -92/+163 | |
2019-04-03 | add move and rotation capability to DxfFile object | opiopan | 1 | -7/+59 | |
2019-04-03 | add rectangle generator | opiopan | 3 | -27/+64 | |
2019-04-03 | fix a rotaion issue | opiopan | 4 | -11/+25 | |
2019-04-01 | compliant with Python 2.7 | opiopan | 1 | -1/+3 | |
2019-03-31 | fix a minor issue | opiopan | 2 | -7/+4 | |
2019-03-31 | auto detection closed paths in the collection of DXF arc object and line ↵ | opiopan | 2 | -53/+342 | |
object, then fill these closed path | |||||
2019-03-30 | add mouse bites generator function | opiopan | 2 | -43/+184 | |
2019-03-25 | fix a setup issue | opiopan | 1 | -0/+7 | |
2019-03-23 | add rotation fuction | opiopan | 7 | -16/+146 | |
2019-03-21 | initial commit | opiopan | 9 | -0/+1322 | |