3d_print/V40/ball_mount.scad
2025-11-02 15:53:42 +01:00

13 lines
No EOL
201 B
OpenSCAD

include <BOSL2/std.scad>
// variables
h = 20;
peg_d = 9;
// constants
ball_d = 17;
$fn=360;
fwd(46.5) right(14.65) down(27) import("BotonS40.stl");
up(h/2) cyl(h=h, d=peg_d);
up(h) sphere(d=ball_d);