From 6f876edd09d9b81649691e529f85653f14b8fd1c Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Tue, 22 Dec 2015 02:45:48 -0500 Subject: Add PCB interface this incorporates some of @chintal's layers.py changes PCB.from_directory() simplifies loading of multiple gerbers the PCB() class should be pretty helpful going forward... the context classes could use some cleaning up, although I'd like to wait until the freecad stuff gets merged, that way we can try to refactor the context base to support more use cases --- examples/pcb_top.png | Bin 0 -> 99269 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/pcb_top.png (limited to 'examples/pcb_top.png') diff --git a/examples/pcb_top.png b/examples/pcb_top.png new file mode 100644 index 0000000..bf1d687 Binary files /dev/null and b/examples/pcb_top.png differ -- cgit