From 3a6408ce1ebbf1dfc6ecff02cd9d8cb36194682c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Apr 2025 18:51:52 +0100 Subject: [PATCH] toolbox-inserts: wip new way to avoid bugs Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 7 ------- 1 file changed, 7 deletions(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 4fb69bb..00613bf 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -201,11 +201,6 @@ module AtFixings() { } } -module FixingsHoledPlan() { - offset(r = -plate_unholed_edge_w) - BoxCavityModelMainPlan(); -} - module SomePlates(right) { ////toplevel render() difference(){ intersection(){ @@ -219,12 +214,10 @@ module SomePlates(right) { ////toplevel linextr(-20, -below_plane_z + fixing_head_th) intersection() { union() AtFixings() circle(r = fixing_head_d/2); - FixingsHoledPlan(); } linextr(-20, 20) intersection() { union() AtFixings() circle(r = fixing_nom_d/2); - FixingsHoledPlan(); } } } -- 2.30.2