From 82b88f920a85487372cc6e0b46633e4aa328eb69 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 26 Sep 2019 14:27:19 +0200 Subject: Modify for pogojig infrastructure --- src/pcb_shape.scad | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/pcb_shape.scad (limited to 'src/pcb_shape.scad') diff --git a/src/pcb_shape.scad b/src/pcb_shape.scad new file mode 100644 index 0000000..a3e1db9 --- /dev/null +++ b/src/pcb_shape.scad @@ -0,0 +1,8 @@ +include <_settings.scad> +include <_lib.scad> + +difference(){ + base_shape(wall+pcb_extra) + import(input_file, layer="Outline"); + import(input_file, layer="Mounting Holes"); +} \ No newline at end of file -- cgit