try making the frame wider than it is deep
the goal is to try to fit a hitstick-w into two frames
This commit is contained in:
parent
51ba220a5a
commit
3f0712af70
@ -44,7 +44,7 @@ lever_mount_z = 2;
|
|||||||
|
|
||||||
// case dimensions
|
// case dimensions
|
||||||
// base frame box. reminder: top of inside (including mounts) is chopped by top_plate_z for plates
|
// base frame box. reminder: top of inside (including mounts) is chopped by top_plate_z for plates
|
||||||
frame_x = 183;
|
frame_x = 233;
|
||||||
frame_y = 208;
|
frame_y = 208;
|
||||||
frame_z = 50;
|
frame_z = 50;
|
||||||
|
|
||||||
@ -245,10 +245,6 @@ module top_plate_with_raised_overhang() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module top_plate_with_raised_overhang_long() {
|
|
||||||
rotate([0, 0, -90]) top_plate_with_raised_overhang();
|
|
||||||
}
|
|
||||||
|
|
||||||
module frame_box() {
|
module frame_box() {
|
||||||
difference() {
|
difference() {
|
||||||
roundedcube([frame_x, frame_y, frame_z], center=true, radius=3);
|
roundedcube([frame_x, frame_y, frame_z], center=true, radius=3);
|
||||||
|
@ -20,8 +20,8 @@ include <components.scad>
|
|||||||
|
|
||||||
module dir_arc_24mm_6_button_panel() {
|
module dir_arc_24mm_6_button_panel() {
|
||||||
difference() {
|
difference() {
|
||||||
top_plate_with_raised_overhang_long();
|
top_plate_with_raised_overhang();
|
||||||
translate([-top_plate_x+105, -top_plate_y/2+135, 0]) dir_arc_24mm_6_button();
|
translate([-71.5, -top_plate_y/2+122.5, 0]) dir_arc_24mm_6_button();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@ include <components.scad>
|
|||||||
|
|
||||||
module dir_arc_plus_w_24mm_8_button_panel() {
|
module dir_arc_plus_w_24mm_8_button_panel() {
|
||||||
difference() {
|
difference() {
|
||||||
top_plate_with_raised_overhang_long();
|
top_plate_with_raised_overhang();
|
||||||
translate([-top_plate_x+105, -top_plate_y/2+123, 0]) dir_arc_24mm_8_button_compressed();
|
translate([-71.5, -top_plate_y/2+122.5, 0]) dir_arc_24mm_8_button_compressed();
|
||||||
translate([-34.5, 51, 0]) button_24mm_hole();
|
translate([-34.5, 51, 0]) button_24mm_hole();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user