From: Ian Jackson Date: Sun, 5 Dec 2021 12:38:32 +0000 (+0000) Subject: rpi-mount: Copy pi_board_support_wall here X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ece27ae3d64b4d1f4f733e4ead50a5a2ec6364e6;p=reprap-play.git rpi-mount: Copy pi_board_support_wall here Signed-off-by: Ian Jackson --- diff --git a/rpi-mount.scad b/rpi-mount.scad index b6638ea..cf776a5 100644 --- a/rpi-mount.scad +++ b/rpi-mount.scad @@ -4,6 +4,7 @@ include pi_board_gap = 0.5; pi_board_support_z = 2; +pi_board_support_wall = 2; pi_sz = [ 66.0, 30.5 ] + pi_board_gap * [1,1]; @@ -20,7 +21,7 @@ module PiMount(pi_mount_z=5){ union(){ linextr(-0.1, pi_mount_z + pi_board_support_z, convexity=1) rectfromto( pi_nom_sz/2 - 2 * [1,1] * pi_nom_centres_in, - pi_sz/2 + [1,1] * board_support_wall); + pi_sz/2 + [1,1] * pi_board_support_wall); linextr(-0.1, pi_mount_z - pi_solder_side_gap, convexity=1) translate(sxy) square(center=true, pi_screw_hole_dia + pi_screw_hole_wall*2);