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])
|
rotate([0,180,0])
|
||||||
difference() {
|
difference() {
|
||||||
case();
|
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
|
// For debug: comment out above 3 lines and comment in this
|
||||||
//translate([0,0,4.1])
|
//translate([0,0,4.1])
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ include <modules.scad>
|
|||||||
mirror() {
|
mirror() {
|
||||||
difference() {
|
difference() {
|
||||||
case();
|
case();
|
||||||
linear_extrude(4.1) offset(delta=0.15) base();
|
linear_extrude(4.1) offset(delta=0.45) base();
|
||||||
|
|
||||||
// holes and shape for debug
|
// holes and shape for debug
|
||||||
// translate([0,0,4.1])
|
// translate([0,0,4.1])
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ module switch(bottom) {
|
|||||||
module diode() {
|
module diode() {
|
||||||
color("#8c564b")
|
color("#8c564b")
|
||||||
linear_extrude(height=1.65)
|
linear_extrude(height=1.65)
|
||||||
square([9.5, 1.6]);
|
square([9.5, 1.8]);
|
||||||
}
|
}
|
||||||
|
|
||||||
module rdiode() {
|
module rdiode() {
|
||||||
|
|||||||
Reference in New Issue
Block a user