diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .idea/.name | 1 | ||||
-rw-r--r-- | .idea/encodings.xml | 5 | ||||
-rw-r--r-- | .idea/gerber-tools.iml | 16 | ||||
-rw-r--r-- | .idea/modules.xml | 9 | ||||
-rw-r--r-- | .idea/scopes/scope_settings.xml | 5 | ||||
-rw-r--r-- | .idea/vcs.xml | 7 | ||||
-rw-r--r-- | TODO.md | 3 | ||||
-rw-r--r-- | examples/board.html (renamed from first-light/board.html) | 0 | ||||
-rw-r--r-- | examples/board.png (renamed from first-light/board.png) | bin | 339284 -> 339284 bytes | |||
-rw-r--r-- | examples/board.svg (renamed from first-light/board.svg) | 0 | ||||
-rw-r--r-- | examples/silk.png (renamed from first-light/silk.png) | bin | 134995 -> 134995 bytes | |||
-rw-r--r-- | examples/silk.svg (renamed from first-light/silk.svg) | 0 | ||||
-rw-r--r-- | examples/top.png (renamed from first-light/top.png) | bin | 216175 -> 216175 bytes | |||
-rw-r--r-- | examples/top.svg (renamed from first-light/top.svg) | 0 |
15 files changed, 4 insertions, 43 deletions
@@ -36,3 +36,4 @@ nosetests.xml .pydevproject .idea/workspace.xml .idea/misc.xml +.idea diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 0f4aea0..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -gerber-tools
\ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index e206d70..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" /> -</project> - diff --git a/.idea/gerber-tools.iml b/.idea/gerber-tools.iml deleted file mode 100644 index 568a565..0000000 --- a/.idea/gerber-tools.iml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> - <component name="PyDocumentationSettings"> - <option name="myDocStringFormat" value="Epytext" /> - </component> - <component name="TestRunnerService"> - <option name="projectConfiguration" value="Nosetests" /> - <option name="PROJECT_TEST_RUNNER" value="Nosetests" /> - </component> -</module> - diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index f18c125..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/gerber-tools.iml" filepath="$PROJECT_DIR$/.idea/gerber-tools.iml" /> - </modules> - </component> -</project> - diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b..0000000 --- a/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ -<component name="DependencyValidationManager"> - <state> - <option name="SKIP_IMPORT_STATEMENTS" value="false" /> - </state> -</component>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index c80f219..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$" vcs="Git" /> - </component> -</project> - @@ -0,0 +1,3 @@ +* add command line utilities: gerber svg, gerber transform --rotate --scale --translate, gerber merge --blueprint + +* AM defined apertures
\ No newline at end of file diff --git a/first-light/board.html b/examples/board.html index 97a3807..97a3807 100644 --- a/first-light/board.html +++ b/examples/board.html diff --git a/first-light/board.png b/examples/board.png Binary files differindex 948874d..948874d 100644 --- a/first-light/board.png +++ b/examples/board.png diff --git a/first-light/board.svg b/examples/board.svg index 97a3807..97a3807 100644 --- a/first-light/board.svg +++ b/examples/board.svg diff --git a/first-light/silk.png b/examples/silk.png Binary files differindex b5fd99f..b5fd99f 100644 --- a/first-light/silk.png +++ b/examples/silk.png diff --git a/first-light/silk.svg b/examples/silk.svg index b84777d..b84777d 100644 --- a/first-light/silk.svg +++ b/examples/silk.svg diff --git a/first-light/top.png b/examples/top.png Binary files differindex 1ec7e8b..1ec7e8b 100644 --- a/first-light/top.png +++ b/examples/top.png diff --git a/first-light/top.svg b/examples/top.svg index c89449e..c89449e 100644 --- a/first-light/top.svg +++ b/examples/top.svg |