From 479a2466a270a074724f8df76d8c17d6d208862e Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 3 Nov 2021 18:21:36 -0400 Subject: [PATCH] Resize inserts to have a slightly looser fit. Issue currently is that they are too tight and difficult to remove. --- scad/libraries/gnal_v3.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scad/libraries/gnal_v3.scad b/scad/libraries/gnal_v3.scad index 6aae398..dc6e0ba 100644 --- a/scad/libraries/gnal_v3.scad +++ b/scad/libraries/gnal_v3.scad @@ -237,7 +237,7 @@ module spiral_insert_void () { module gnal_spiral_bottom_insert_s8 () { $fn = 160; OD = 10.5 + .3; - void_d = 18 - .3; + void_d = 18 - .6; H = 17; D2 = INSERT_D; @@ -278,7 +278,7 @@ module gnal_spiral_bottom_insert_16 () { $fn = 160; OD = 10.5 + .3; - void_d = 18 - .3; + void_d = 18 - .6; H = 17 + 8; D2 = INSERT_D; @@ -331,7 +331,7 @@ module gnal_spiral_bottom_insert_16 () { **/ module gnal_spiral_bottom_insert_single () { $fn = 160; - void_d = 18 - .3; + void_d = 18 - .6; H = 17; D2 = INSERT_D;