aboutsummaryrefslogtreecommitdiff
path: root/3d-print/controller.scad
diff options
context:
space:
mode:
Diffstat (limited to '3d-print/controller.scad')
-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();