From 721ffb07901faa1866f7c6d02a32b1e78fd07b9b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Dec 2021 12:25:22 +0000 Subject: [PATCH] rpi-mount: move pi_adj_x_offset away This was specific to the design this came from. Signed-off-by: Ian Jackson --- rpi-mount.scad | 3 --- 1 file changed, 3 deletions(-) diff --git a/rpi-mount.scad b/rpi-mount.scad index 8b26e87..1b623d3 100644 --- a/rpi-mount.scad +++ b/rpi-mount.scad @@ -10,11 +10,8 @@ pi_solder_side_gap = 1.5 * 2; pi_screw_hole_dia = 2.3; pi_screw_hole_wall = 2.3; -pi_adj_x_offset = 1.35 - .35; - module PiMount(){ ////toplevel sxy = pi_nom_sz/2 - [1,1] * pi_nom_centres_in; - translate([pi_adj_x_offset, 0,0]) for (mx=[0,1]) mirror([mx,0,0]) for (my=[0,1]) mirror([0,my,0]) { difference(){ union(){ -- 2.30.2