From baa737c4d83be0ab38685122ebe535872fe63e20 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Sat, 2 May 2020 20:28:55 +0100 Subject: [PATCH] Updated example to use Foot contructor. --- examples/MainsBreakOutBox/scad/bob_main.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/MainsBreakOutBox/scad/bob_main.scad b/examples/MainsBreakOutBox/scad/bob_main.scad index f7b8d0d..ef266f1 100644 --- a/examples/MainsBreakOutBox/scad/bob_main.scad +++ b/examples/MainsBreakOutBox/scad/bob_main.scad @@ -52,7 +52,7 @@ iec = IEC_inlet_atx; socket = Contactum; -foot = [20, 8, 3, 1, M3_dome_screw, 10]; +foot = Foot(d = 20, h = 8, t = 3, r = 1, screw = M3_dome_screw); module foot_stl() foot(foot);