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);
|
||||
}
|
||||
}
|
||||
module case(){
|
||||
// Then adjust the shim, aux and pico.
|
||||
// Last add magnets, don't forget the clearance.
|
||||
$baseHeight = 7.6;
|
||||
|
||||
|
||||
module aux(){
|
||||
$topLeftOfPcbToCenterOfAux = 15.4;
|
||||
$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(){
|
||||
$shimPoints = [
|
||||
[0 - $shellWidth / 2, - $baseHeight],
|
||||
@@ -327,8 +329,19 @@ module lid(){
|
||||
magnets();
|
||||
}
|
||||
}
|
||||
module botDampener(){
|
||||
difference(){
|
||||
topDampeners();
|
||||
aux();
|
||||
translate([0,0,2])
|
||||
pico();
|
||||
}
|
||||
}
|
||||
|
||||
mirror([1,0,0]){
|
||||
*%pcb();
|
||||
%topDampeners();
|
||||
case();
|
||||
*topDampeners();
|
||||
*botDampener();
|
||||
*case();
|
||||
lid();
|
||||
}
|
||||
Reference in New Issue
Block a user