From 5bbbd18ce3362b571ae7d33e822e7e97ee2975d4 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 20 Jul 2024 20:45:19 -0700 Subject: [PATCH] Enlarge washer screw hole --- v1/scad/lib/prusa_enclosure/washer.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/scad/lib/prusa_enclosure/washer.scad b/v1/scad/lib/prusa_enclosure/washer.scad index 481a873..35c6407 100644 --- a/v1/scad/lib/prusa_enclosure/washer.scad +++ b/v1/scad/lib/prusa_enclosure/washer.scad @@ -5,7 +5,7 @@ module prusa_enclosure_mount_washer() { // Through screw hole translate([3.5, 7, -1]) - cylinder(h=3.5, d=3.2, $fn=50); + cylinder(h=3.5, d=3.3, $fn=50); } translate([7.5, 3, 2.5])