From 86ba641ba69ebbc462230c72f3fde04b794009d8 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 9 Sep 2023 20:37:00 -0500 Subject: [PATCH] modularize the directional arc part of the 24mm all buttons layout this was for a failed experiment, but it's probably good to do this regardless --- src/components.scad | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components.scad b/src/components.scad index 10a7f56..b05c95c 100644 --- a/src/components.scad +++ b/src/components.scad @@ -303,19 +303,21 @@ module frame() { // Directional Arc (both hands) -module dir_arc_24mm_6_button() { +module dir_arc_24mm_directionals() { button_24mm_hole(); translate([29.5, 0, 0]) button_24mm_hole(); translate([29.5+26.3, -12.9, 0]) button_24mm_hole(); + translate([29.5+26.3+15.5, -65.2, 0]) button_30mm_hole(); +} +module dir_arc_24mm_6_button() { + dir_arc_24mm_directionals(); translate([29.5+26.3+15.5+9.7+2.6, 0, 0]) button_24mm_hole(); translate([29.5+26.3+15.5+9.7+2.6+26.9, 10.9, 0]) button_24mm_hole(); translate([29.5+26.3+15.5+9.7+2.6+26.9+29.6, 10.9, 0]) button_24mm_hole(); translate([29.5+26.3+15.5+9.7, -29.4, 0]) button_24mm_hole(); translate([29.5+26.3+15.5+9.7+2.6+26.9-1.7, 10.9-30.1, 0]) button_24mm_hole(); translate([29.5+26.3+15.5+9.7+2.6+26.9+29.6, 10.9-30.1, 0]) button_24mm_hole(); - - translate([29.5+26.3+15.5, -65.2, 0]) button_30mm_hole(); } // 6 button plus the normal fourth column for 8 button actually on a third row