better name for the 24mm dir + 6 button panel
This commit is contained in:
parent
57be13d9cb
commit
12273649f5
@ -273,7 +273,7 @@ module frame() {
|
||||
|
||||
// Directional Arc (both hands)
|
||||
|
||||
module dir_arc_24mm_combined_6_button() {
|
||||
module dir_arc_24mm_6_button() {
|
||||
button_24mm_hole_for_snapins();
|
||||
translate([29.5, 0, 0]) button_24mm_hole_for_snapins();
|
||||
translate([29.5+26.3, -12.9, 0]) button_24mm_hole_for_snapins();
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
include <components.scad>
|
||||
|
||||
module dir_arc_24mm_combined_6_button_panel() {
|
||||
module dir_arc_24mm_6_button_panel() {
|
||||
difference() {
|
||||
rotate([0, 0, -90]) topplate_with_raised_overhang();
|
||||
translate([-top_plate_x+105, -top_plate_y/2+135, 0]) dir_arc_24mm_combined_6_button();
|
||||
translate([-top_plate_x+105, -top_plate_y/2+135, 0]) dir_arc_24mm_6_button();
|
||||
}
|
||||
}
|
||||
|
||||
dir_arc_24mm_combined_6_button_panel();
|
||||
dir_arc_24mm_6_button_panel();
|
Loading…
Reference in New Issue
Block a user