Merge pull request #58 from elliottt/trevor/case-tolerances
Tweak case cutout sizes slightly
This commit is contained in:
@@ -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])
|
||||
|
||||
@@ -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])
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user