summaryrefslogtreecommitdiff
path: root/gerber/utils.py
AgeCommit message (Collapse)AuthorFilesLines
2015-02-08Fix write_gerber_value bugHamilton Kibbe1-0/+5
2015-02-02testsHamilton Kibbe1-0/+10
2015-01-14Fix for cases whee the coordinate precision is decreased.Paulo Henrique Silva1-2/+5
If we parse a file with 5.5 INCH format and ask to write it back as 2.4 INCH we are going to loose precision and write_gerber_value was not handling these cases write.
2014-12-15Fix parsing for very short (less 20 lines) files.Paulo Henrique Silva1-2/+7
2014-11-10Bunch of small fixes to improve Gerber read/write.Paulo Henrique Silva1-2/+6
2014-10-26Merge changes from upstreamHamilton Kibbe1-196/+210
2014-10-19Test updateHamilton Kibbe1-8/+9
2014-10-07fix excellon renderHamilton Kibbe1-1/+1
2014-10-06add excellon file writeHamilton Kibbe1-190/+195
2014-09-28added ExcellonFile classHamilton Kibbe1-42/+66
2014-09-28Added excellon support and refactored projectHamilton Kibbe1-2/+38
2014-09-28Add Excellon supportHamilton Kibbe1-3/+51
2014-09-25Create utils.pyhamiltonkibbe1-0/+130
Start moving Gerber/Excellon number formatting to utility module