From: Ian Jackson Date: Sun, 5 Dec 2021 12:25:22 +0000 (+0000) Subject: rpi-mount: move pi_adj_x_offset away X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=721ffb07901faa1866f7c6d02a32b1e78fd07b9b;p=reprap-play.git rpi-mount: move pi_adj_x_offset away This was specific to the design this came from. Signed-off-by: Ian Jackson --- 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(){