Updated example to use Foot contructor.

This commit is contained in:
Chris Palmer 2020-05-02 20:28:55 +01:00
parent 70b13d2f27
commit baa737c4d8
1 changed files with 1 additions and 1 deletions

View File

@ -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);