added hallway variant
parent
86151de75e
commit
e721eee91d
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Binary file not shown.
|
@ -9,14 +9,14 @@ $fn=75;
|
|||
mt=3;
|
||||
|
||||
// baseplate:
|
||||
dia_x=60;
|
||||
dia_y=85;
|
||||
dia_x=70;
|
||||
dia_y=70;
|
||||
hole_dia=5;
|
||||
hole_dist=37;
|
||||
hole_center_dia=25;
|
||||
hole_y_offset=-15; // negative for downwards
|
||||
hole_dist=57.5;
|
||||
hole_center_dia=35;
|
||||
hole_y_offset=-5; // negative for downwards
|
||||
hole_x_offset=0;
|
||||
hole_tilt=5; // in degrees, negative for CW
|
||||
hole_tilt=-25; // in degrees, negative for CW
|
||||
|
||||
// mountingblock
|
||||
mb_x=40;
|
||||
|
@ -46,7 +46,6 @@ module block(){
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
module baseplate(){
|
||||
difference(){
|
||||
// baseplate
|
||||
|
@ -81,4 +80,4 @@ module box_blind(){
|
|||
// DRAW MODELS:
|
||||
baseplate();
|
||||
for(y=[-mb_block_dist/2+mb_y/2,mb_block_dist/2-mb_y/2])translate([0,y,mb_z/2+mt])block();
|
||||
rotate([0,0,0])translate([0,0,box_z/2+mt+50])box_blind();
|
||||
//rotate([0,0,0])translate([0,0,box_z/2+mt+50])box_blind();
|
||||
|
|
Loading…
Reference in New Issue