From 52bb9fbf9cdba3981082831039088a09905aa9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 3 Oct 2024 23:31:27 +0300 Subject: [PATCH] Bump PCB thickness --- frame.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame.scad b/frame.scad index a2db5dc..37f0fea 100644 --- a/frame.scad +++ b/frame.scad @@ -1,4 +1,4 @@ -PCB_THICKNESS = 1.6; +PCB_THICKNESS = 1.7; EDGE_LENGTH = 54; WRAPAROUND = 2;