aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-21 11:05:24 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-21 11:09:23 +0100
commite640c2c7b3ba9ec9b2c2016d39568d3c329f38a4 (patch)
tree79318d35c95c4e70562ccf5078018339cc39017b
parentfix via size, again (diff)
downloadlego-piano-e640c2c7b3ba9ec9b2c2016d39568d3c329f38a4.tar.gz
lego-piano-e640c2c7b3ba9ec9b2c2016d39568d3c329f38a4.tar.bz2
lego-piano-e640c2c7b3ba9ec9b2c2016d39568d3c329f38a4.zip
thicker board, integer number of layers
-rw-r--r--3d-print/controller.scad6
1 files 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();