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_bottom.png | Bin 0 -> 39174 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/pcb_bottom.png (limited to 'examples/pcb_bottom.png') diff --git a/examples/pcb_bottom.png b/examples/pcb_bottom.png new file mode 100644 index 0000000..1e8c369 Binary files /dev/null and b/examples/pcb_bottom.png differ -- cgit From 66a0d09e72b078da5820820aa5c6a2a7d7430507 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Thu, 21 Jan 2016 04:39:55 -0500 Subject: Add support for mirrored rendering - The default theme now renders the bottom layers mirrored. - see https://github.com/curtacircuitos/pcb-tools/blob/master/examples/pcb_bottom.png for an example. --- examples/pcb_bottom.png | Bin 39174 -> 40567 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/pcb_bottom.png') diff --git a/examples/pcb_bottom.png b/examples/pcb_bottom.png index 1e8c369..b2dab0c 100644 Binary files a/examples/pcb_bottom.png and b/examples/pcb_bottom.png differ -- cgit From 5df38c014fd09792995b2b12b1982c535c962c9a Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Thu, 28 Jan 2016 12:19:03 -0500 Subject: Cleanup, rendering fixes. fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples --- examples/pcb_bottom.png | Bin 40567 -> 36992 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/pcb_bottom.png') diff --git a/examples/pcb_bottom.png b/examples/pcb_bottom.png index b2dab0c..1834c06 100644 Binary files a/examples/pcb_bottom.png and b/examples/pcb_bottom.png differ -- cgit From 19a8fb00487ca182bd3127b4def52719d8be3e30 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Tue, 13 Dec 2016 20:22:54 -0500 Subject: Add max_width and max_height arguments to --- examples/pcb_bottom.png | Bin 36992 -> 49825 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/pcb_bottom.png') diff --git a/examples/pcb_bottom.png b/examples/pcb_bottom.png index 1834c06..e7fc616 100644 Binary files a/examples/pcb_bottom.png and b/examples/pcb_bottom.png differ -- cgit