Updated example to use Foot contructor.
This commit is contained in:
parent
70b13d2f27
commit
baa737c4d8
|
@ -52,7 +52,7 @@ iec = IEC_inlet_atx;
|
||||||
socket = Contactum;
|
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);
|
module foot_stl() foot(foot);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue