From a29fece3cc078af84ab79eab56dd756566ebb1f1 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 5 Jul 2024 14:48:43 -0700 Subject: [PATCH] Increase locking clip height --- spoolmount_a.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spoolmount_a.scad b/spoolmount_a.scad index e9fd724..e9719fa 100644 --- a/spoolmount_a.scad +++ b/spoolmount_a.scad @@ -37,8 +37,8 @@ module spoolmount_a() { linear_extrude(6, center=true) { polygon(points=[ [0, 0], - [1.2, -4], - [1.2, -5], + [1.6, -4], + [1.6, -5], [0, -5], [0, 0], ]);