Resize inserts to have a slightly looser fit. Issue currently is that they are too tight and difficult to remove.

This commit is contained in:
Matt McWilliams 2021-11-03 18:21:36 -04:00
parent 473d8e99ca
commit 479a2466a2
1 changed files with 3 additions and 3 deletions

View File

@ -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;