From e640c2c7b3ba9ec9b2c2016d39568d3c329f38a4 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Aug 2020 11:05:24 +0100 Subject: thicker board, integer number of layers --- 3d-print/controller.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3d-print/controller.scad b/3d-print/controller.scad index 48e1fec..6006232 100644 --- a/3d-print/controller.scad +++ b/3d-print/controller.scad @@ -1,5 +1,5 @@ module label(string) { - translate([0,0,1.0]) linear_extrude(3) text(string,size=4,halign="center"); + translate([0,0,1.2]) linear_extrude(3) text(string,size=4,halign="center"); } module via() { @@ -44,10 +44,10 @@ module resistors(value) { difference() { union() { - cube([40,90,1.25]); + cube([40,90,1.4]); // this is the support for the amp, must be moved together // with the amp vias below - translate([12.5,70,0.5]) cube([15,10,3.5]); + translate([12.5,70,0.8]) cube([15,10,3.5]); } translate([10,67.5,0]) rotate([0,0,-90]) amp(); -- cgit v1.2.3