index
:
gerbonara.git
autoroute
dev
kicad
main
wip
Gerbonara: Pythonic library to read, modify and write Gerber and other PCB fabrication file formats
jaseg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gerber
/
rs274x.py
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-04
Merge pull request #67 from jmargeta/python_3_fix
Hamilton Kibbe
1
-1
/
+1
2017-04-15
Add tolerance to center finding
Jan Margeta
1
-4
/
+7
2017-04-15
Replace sys.maxint with sys.maxsize
Jan Margeta
1
-1
/
+1
2016-11-18
Finish adding square hole support, fix some primitive calculations, etc.
Hamilton Kibbe
1
-30
/
+85
2016-11-18
Add support for IF (Include File) rs274x command
Hamilton Kibbe
1
-2
/
+24
2016-11-06
Merge upstream changes
Hamilton Kibbe
1
-3
/
+6
2016-11-05
Finish Merge, most tests passing
Hamilton Kibbe
1
-27
/
+30
2016-09-24
Commit partial merge so I can work on the plane
Hamilton Kibbe
1
-5
/
+17
2016-08-06
Manually mere rendering changes
Hamilton Kibbe
1
-15
/
+40
2016-07-24
Add more tests for rendering to PNG. Start adding tests for rendering to Gerb...
Garret Fick
1
-5
/
+5
2016-07-24
Add many render tests based on the Umaco gerger specification. Fix multiple r...
Garret Fick
1
-3
/
+21
2016-07-17
Manually merge af5541ac93b222c05229ee05c9def8dbae5f6e25
Garret Fick
1
-3
/
+0
2016-07-17
Merge in negative soldermask. Still required further changes to support negat...
Garret Fick
1
-28
/
+40
2016-06-28
Don't flash G03-only commands
Garret Fick
1
-0
/
+6
2016-06-25
Add support for polygon apertures
Garret Fick
1
-2
/
+12
2016-06-03
compliant fs format as FS<L or T><A or I>[Nn][Gn]<Xn><Yn>[Dn][Mn]
visualgui823@live.com
1
-1
/
+1
2016-05-28
Fix converting amgroup units
Garret Fick
1
-1
/
+3
2016-04-23
Correctly find the center for single quadrant arcs
Garret Fick
1
-1
/
+32
2016-03-27
Merge pull request #2 from qaulau/master
Garret Fick
1
-2
/
+2
2016-03-26
D02 in the middle of a region starts a new region
Garret Fick
1
-1
/
+7
2016-03-22
Update rs274x.py
Qau Lau
1
-2
/
+2
2016-03-19
Correctly handle empty command statements
Garret Fick
1
-0
/
+6
2016-03-10
Make sure apertures get a unit
Robert Kirberich
1
-0
/
+1
2016-02-21
Additional bounding box calcuation that considers only actual positions, not ...
Garret Fick
1
-0
/
+15
2016-02-16
Keep aperature macros as single statement. Don't generate regions with no points
Garret Fick
1
-3
/
+16
2016-02-16
Handle multiple commands on a single line
Garret Fick
1
-3
/
+22
2016-02-14
Fix convertion of units for apertures and regions
Garret Fick
1
-4
/
+4
2016-01-31
Keep track of quadrant mode so we can draw full circles
Garret Fick
1
-3
/
+3
2016-01-28
Cleanup, rendering fixes.
Hamilton Kibbe
1
-2
/
+5
2016-01-21
Fix a bunch of rendering bugs.
Hamilton Kibbe
1
-20
/
+54
2016-01-08
More stability fixes for poorly constructed files
Garret Fick
1
-2
/
+4
2015-12-30
Work with Diptrace that calls things D3 not D03
Garret Fick
1
-3
/
+3
2015-12-20
Allow renderer to write to memory per #38
Hamilton Kibbe
1
-3
/
+0
2015-12-19
Allow negative render of soldermask per #50
Hamilton Kibbe
1
-27
/
+39
2015-12-03
Move the coordinate matching to the beginning since most of the items are coo...
Garret Fick
1
-9
/
+8
2015-11-18
Regions with arcs would crash if they occured before any command to set the a...
Garret Fick
1
-2
/
+2
2015-11-15
Use Python's universal newlines to open files
Paulo Henrique Silva
1
-1
/
+1
2015-11-13
Fix issue when a region is created as the first graphical object in a file
Paulo Henrique Silva
1
-2
/
+5
2015-10-10
Python 3 fix
Hamilton Kibbe
1
-1
/
+5
2015-10-10
Allow files to be read from strings per #37
Hamilton Kibbe
1
-10
/
+14
2015-08-09
Add support for arcs in regions.
Hamilton Kibbe
1
-12
/
+19
2015-05-21
G70/G71 are now interpreted as MOParamStmt.
Paulo Henrique Silva
1
-2
/
+4
2015-05-21
Fix multiline read of mixed statements (%XXX*% followed by DNN*)
Paulo Henrique Silva
1
-1
/
+3
2015-05-21
Fix ADD statement parsing for concatened statements.
Paulo Henrique Silva
1
-6
/
+6
2015-05-16
Add checks to ensure statement unit conversions are idempotent
Hamilton Kibbe
1
-0
/
+4
2015-04-24
Fix for #25. Checking was happening at the gerber/excellon file level, but I ...
Hamilton Kibbe
1
-2
/
+3
2015-04-23
Fix Gerber generation for coord blocks with implicit op code
Paulo Henrique Silva
1
-0
/
+3
2015-04-13
Fix issue where D01 and D03 are implicit.
Paulo Henrique Silva
1
-4
/
+7
2015-04-07
Fix CoordStmt with missing i/j offsets
Paulo Henrique Silva
1
-2
/
+4
2015-04-07
Add some deprecated but still found statements
Paulo Henrique Silva
1
-6
/
+26
[next]