summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09doc updateHamilton Kibbe7-11/+30
2014-10-09doc updateHamilton Kibbe1-40/+187
2014-10-09Doc updateHamilton Kibbe3-3/+119
2014-10-09Add mode statement parsingHamilton Kibbe3-11/+33
2014-10-08start arcHamilton Kibbe5-47/+116
2014-10-08Update readme and exampleHamilton Kibbe7-59/+70
2014-10-07Updated READMEHamilton Kibbe1-0/+16
2014-10-07fix excellon renderHamilton Kibbe7-85/+157
2014-10-07Fix resolve errorHamilton Kibbe1-1/+3
2014-10-07more testsHamilton Kibbe2-7/+128
2014-10-07More testsHamilton Kibbe2-10/+71
2014-10-07add testsHamilton Kibbe3-26/+73
2014-10-06add testsHamilton Kibbe1-0/+33
2014-10-06add testsHamilton Kibbe3-3/+11
2014-10-06add excellon file writeHamilton Kibbe3-223/+239
2014-10-06Update excellon statements/ExcellonFileHamilton Kibbe4-51/+173
2014-10-06Fix import errorHamilton Kibbe1-1/+1
2014-10-06add excellon statementsHamilton Kibbe5-111/+288
2014-10-01added numpydocHamilton Kibbe6-292/+312
2014-09-30testsHamilton Kibbe2-2/+12
2014-09-30tests updateHamilton Kibbe9-11/+176
2014-09-30doc updateHamilton Kibbe1-7/+8
2014-09-30Fix coverallsHamilton Kibbe1-16/+16
2014-09-30add coverallsHamilton Kibbe3-3/+14
2014-09-30doc updateHamilton Kibbe1-4/+2
2014-09-30fix .travis.ymlHamilton Kibbe1-1/+0
2014-09-30add .travis.ymlHamilton Kibbe1-0/+0
2014-09-30Add travis.ymlHamilton Kibbe3-7/+28
2014-09-29Add CNC base classes and settings classHamilton Kibbe3-23/+206
2014-09-28added doc folderHamilton Kibbe5-0/+716
2014-09-28added ExcellonFile classHamilton Kibbe10-265/+345
2014-09-28Added excellon support and refactored projectHamilton Kibbe15-490/+1436
2014-09-25Create utils.pyhamiltonkibbe1-0/+130
Start moving Gerber/Excellon number formatting to utility module
2014-09-25Merge pull request #1 from hamiltonkibbe/context_refactorhamiltonkibbe2-47/+46
Move evaluate methods to GerberContext class
2014-09-25Move evaluate methods to GerberContext classHamilton Kibbe2-47/+46
2014-05-30Merge pull request #2 from DavidAustin/masterPaulo Henrique Silva1-87/+141
Fixed parser, added to_gerber() methods to all parse result classes to permit re-generation of Gerber file
2014-05-28Fixed parser, added to_gerber() methods to all parse result classes to ↵David Austin1-87/+141
permit re-generation of Gerber file
2014-02-05N w modular organization.Paulo Henrique Silva5-230/+311
* parser and render separeted on its own modules. * svn made optional. * PEP-8 compiant.
2014-02-04Handle wierd cases where FS has no leading/trailing zero specificationPaulo Henrique Silva1-2/+2
2014-02-04Fix handling of negative coord numbers.Paulo Henrique Silva1-6/+16
2014-02-04New TODO file and small repo cleanup.Paulo Henrique Silva15-43/+4
* idea files outside of repo now.
2013-12-20Moving SVG code to use svgwrite.Paulo Henrique Silva1-57/+113
Still ugly output and not all apertures handled, specially rounded and macro based, but keeps improving.
2013-12-19Very ugly but concept proof SVG render.Paulo Henrique Silva8-22/+15524
First images on first-light directory. Not a single minute spent on visual quality, just proving that it is improving.
2013-12-18Improved AD param parsing and other nicities.Paulo Henrique Silva1-113/+84
* AD parsing is improved and simplified. All modifiers are now parsed and splitted. * Refactor to remove token notation. It is not a token it is a statement. * Added simple json export
2013-12-18Remove unnecessary PyCharm config filePaulo Henrique Silva2-22/+1
2013-12-18Significantly improved parsing.Paulo Henrique Silva1-43/+302
* Parsing complete for most of the non-deprecated gerber specification. * Initial evaluation machine in place, but no useful result yet.
2013-12-18Refactor function mathcing.Paulo Henrique Silva1-19/+39
Make match functions that returns dict or lists of dicts to prepare for statement creation.
2013-12-18Configure Epytext as default docstring formatter.Paulo Henrique Silva2-6/+1
2013-12-18Make PEP-8 clean.Paulo Henrique Silva1-13/+19
2013-12-18Add PyCharm projectPaulo Henrique Silva8-0/+71