From 40ed50cfd802cf2944f269e3caeef28168119446 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 28 Apr 2023 17:10:49 -0700 Subject: [PATCH] BOSL2 logo source fix. --- examples/BOSL2logo.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/BOSL2logo.scad b/examples/BOSL2logo.scad index c533e80..a7836ec 100644 --- a/examples/BOSL2logo.scad +++ b/examples/BOSL2logo.scad @@ -44,9 +44,9 @@ xdistribute(50) { xdistribute(24) { screw("M12,70", head="hex", anchor="origin", orient=BACK) attach(BOT,CENTER) - nut("M12", thickness=10, diameter=20); + nut("M12", thickness=10); screw("M12,70", head="hex", anchor="origin", orient=BACK) attach(BOT,CENTER) - nut("M12", thickness=10, diameter=20); + nut("M12", thickness=10); } }