Generated models for left and right hand
This commit is contained in:
BIN
rev2/3d-models/bot-dampener-left.stl
Normal file
BIN
rev2/3d-models/bot-dampener-left.stl
Normal file
Binary file not shown.
BIN
rev2/3d-models/bot-dampener-right.stl
Normal file
BIN
rev2/3d-models/bot-dampener-right.stl
Normal file
Binary file not shown.
BIN
rev2/3d-models/case-left.stl
Normal file
BIN
rev2/3d-models/case-left.stl
Normal file
Binary file not shown.
BIN
rev2/3d-models/frame-left.stl
Normal file
BIN
rev2/3d-models/frame-left.stl
Normal file
Binary file not shown.
Binary file not shown.
BIN
rev2/3d-models/top-dampener-left.stl
Normal file
BIN
rev2/3d-models/top-dampener-left.stl
Normal file
Binary file not shown.
BIN
rev2/3d-models/top-dampener-right.stl
Normal file
BIN
rev2/3d-models/top-dampener-right.stl
Normal file
Binary file not shown.
@@ -146,12 +146,7 @@ rightTopDampener();
|
|||||||
cylinder(h=$magnetHeight, r=$magnetRadius);
|
cylinder(h=$magnetHeight, r=$magnetRadius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
module case(){
|
$baseHeight = 7.6;
|
||||||
// Then adjust the shim, aux and pico.
|
|
||||||
// Last add magnets, don't forget the clearance.
|
|
||||||
$baseHeight = 7.6;
|
|
||||||
|
|
||||||
|
|
||||||
module aux(){
|
module aux(){
|
||||||
$topLeftOfPcbToCenterOfAux = 15.4;
|
$topLeftOfPcbToCenterOfAux = 15.4;
|
||||||
$measurementPcbPlaneToCenterOfAux = 2.8;
|
$measurementPcbPlaneToCenterOfAux = 2.8;
|
||||||
@@ -210,6 +205,13 @@ module case(){
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
module case(){
|
||||||
|
// Then adjust the shim, aux and pico.
|
||||||
|
// Last add magnets, don't forget the clearance.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
module shim(){
|
module shim(){
|
||||||
$shimPoints = [
|
$shimPoints = [
|
||||||
[0 - $shellWidth / 2, - $baseHeight],
|
[0 - $shellWidth / 2, - $baseHeight],
|
||||||
@@ -327,8 +329,19 @@ module lid(){
|
|||||||
magnets();
|
magnets();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
module botDampener(){
|
||||||
|
difference(){
|
||||||
|
topDampeners();
|
||||||
|
aux();
|
||||||
|
translate([0,0,2])
|
||||||
|
pico();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
mirror([1,0,0]){
|
||||||
*%pcb();
|
*%pcb();
|
||||||
%topDampeners();
|
*topDampeners();
|
||||||
case();
|
*botDampener();
|
||||||
|
*case();
|
||||||
lid();
|
lid();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user