Allow files to be read from strings per #37
Adds a loads() method to the top level module which generates a GerberFile or ExcellonFile from a string
This commit is contained in:
parent
b81c9d4bf9
commit
dd63b169f1
10 changed files with 140 additions and 53 deletions
|
|
@ -181,3 +181,4 @@ class GerberContext(object):
|
|||
|
||||
def _render_test_record(self, primitive, color):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue