From: Ian Jackson Date: Tue, 22 Apr 2025 17:51:52 +0000 (+0100) Subject: toolbox-inserts: wip new way to avoid bugs X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3a6408ce1ebbf1dfc6ecff02cd9d8cb36194682c;p=reprap-play.git toolbox-inserts: wip new way to avoid bugs Signed-off-by: Ian Jackson --- 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(); } } }