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 From 8cd842a41a55ab3d8f558a2e3e198beba7da58a1 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Thu, 21 Jan 2016 03:57:44 -0500 Subject: Manually mere rendering changes --- examples/pcb_top.png | Bin 99269 -> 98827 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/pcb_top.png') diff --git a/examples/pcb_top.png b/examples/pcb_top.png index bf1d687..60bc245 100644 Binary files a/examples/pcb_top.png and b/examples/pcb_top.png differ -- cgit