File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
$ fn= 40 ;
2
2
3
- height= 6.8 ;
3
+ // height=6.8;
4
4
5
- // height=5.2 ;
5
+ height= 4.5 ;
6
6
7
7
module panel(h)
8
8
{
@@ -73,9 +73,9 @@ difference() {
73
73
cylinder (r= 7 , h= 10 );
74
74
75
75
76
- translate ([- 10 ,27 ,height - 2.6 ])
76
+ translate ([- 10 ,27 ,2.75 ])
77
77
rotate ([0 ,90 ,0 ])
78
- cylinder (r= 2.3 , h= 20 );
78
+ cylinder (r= 2.75 , h= 20 );
79
79
80
80
translate ([- 1 ,- 1 ,0 ])
81
81
screw();
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ midpower=false;
5
5
6
6
width_gap= 1.6 ;
7
7
width = (highpower ? 85.5 : (midpower ? 71 : 50 )) + width_gap* 2 ;
8
- length = highpower ? 116 : (midpower ? 104 : 76 );
8
+ length = highpower ? 116 : (midpower ? 104 : 76.5 );
9
9
10
10
bottom_height = highpower ? 10 : midpower ? 8 : 8 ;
11
- thickness = 1.2 ;
11
+ thickness = highpower || midpower ? 1.2 : 1 ;
12
12
top_thickness = 1.6 ;
13
13
bottom_edge = 12 ;
14
14
board_thickness= 3 ;
@@ -84,7 +84,7 @@ module all() {
84
84
module bottom() {
85
85
difference () {
86
86
union () {
87
- translate ([0 , thickness/ 4 , mount_gap])
87
+ translate ([0 , 0 , mount_gap])
88
88
minkowski () {
89
89
cubecxy(width+ thickness/2 , length, bottom_height- thickness);
90
90
cylinder (r= thickness, h= thickness);
@@ -368,14 +368,14 @@ module top() {
368
368
}
369
369
370
370
// translate([1.4*width, 0, 0])
371
- // bottom();
371
+ bottom();
372
372
373
373
374
374
375
375
// translate([0,0, top_height+bottom_height+thickness*2+.01+mount_gap])
376
376
// rotate([180,0,0])
377
377
{
378
378
379
- top();
379
+ // top();
380
380
381
381
}
You can’t perform that action at this time.
0 commit comments