From: Ian Jackson Date: Mon, 21 Apr 2025 11:28:54 +0000 (+0100) Subject: toolbox-inserts: comprehension X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e9ea6437f27a6aeeb702da87dfa8f64a6962c952;p=reprap-play.git toolbox-inserts: comprehension Signed-off-by: Ian Jackson --- 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(); }