From e9ea6437f27a6aeeb702da87dfa8f64a6962c952 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Apr 2025 12:28:54 +0100 Subject: [PATCH] toolbox-inserts: comprehension Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 79b7c26..1f63849 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -126,9 +126,10 @@ module DriverHandleHolder() { ////toplevel WellSurround(driver_handle_handle_d/2, [ [ 15, driver_handle_shaft_l - 15 ], [ driver_handle_shaft_l + 15, driver_handle_shaft_l + 45 ], - ], [ - [ [0,0] ], - [ [10, -1], [10, +1] ], + ], [ + for (x = [0, 10]) + for (y = [-0.5, +0.5]) + [ [ x, y ] ] ], offset=[-5, 0]) DriverHandlePositive(); } -- 2.30.2