Merge pull request #58 from elliottt/trevor/case-tolerances

Tweak case cutout sizes slightly
This commit is contained in:
Thomas Haukland
2024-08-21 20:34:27 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ translate([0,0,9.1])
rotate([0,180,0])
difference() {
case();
linear_extrude(4.1) offset(delta=0.15) base();
linear_extrude(4.1) offset(delta=0.45) base();
// For debug: comment out above 3 lines and comment in this
//translate([0,0,4.1])

View File

@@ -10,7 +10,7 @@ include <modules.scad>
mirror() {
difference() {
case();
linear_extrude(4.1) offset(delta=0.15) base();
linear_extrude(4.1) offset(delta=0.45) base();
// holes and shape for debug
// translate([0,0,4.1])

View File

@@ -102,7 +102,7 @@ module switch(bottom) {
module diode() {
color("#8c564b")
linear_extrude(height=1.65)
square([9.5, 1.6]);
square([9.5, 1.8]);
}
module rdiode() {