From 3939d642549b13760e53686b516e48022f37eb10 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Sun, 25 Jan 2026 13:07:05 +0100 Subject: try another way for laser/m12 lense holders --- body/laser_holder.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'body/laser_holder.scad') diff --git a/body/laser_holder.scad b/body/laser_holder.scad index 34a6466..f5c4562 100644 --- a/body/laser_holder.scad +++ b/body/laser_holder.scad @@ -74,7 +74,7 @@ module laser_holder_bottom_holes( } } -module laser_holder_holes(d = default_laser_d, l = default_laser_l, d_padding = 0.5) +module laser_holder_holes_(d = default_laser_d, l = default_laser_l, d_padding = 0.5) { union() { @@ -86,7 +86,7 @@ module laser_holder_holes(d = default_laser_d, l = default_laser_l, d_padding = translate([0, -l * 2 / 3, 0]) laser_holder_tension_hole(d=d); // bottom holes - laser_holder_bottom_holes(); + //laser_holder_bottom_holes(); } } @@ -98,7 +98,7 @@ module laser_holder(d = default_laser_d, l = default_laser_l, d_padding = 0.5) difference() { laser_holder_wo_holes(); - laser_holder_holes(d=d, l=l, d_padding = d_padding); + laser_holder_holes_(d=d, l=l, d_padding = d_padding); } } -- cgit v1.2.3-70-g09d2