The file 'Universal Ball Joint – OpenSCAD 3D Printer Model' is (scad,stl) file type, size is 2.1MB.
Universal ball joint.
This is intended to be used as a library in other projects.
Example:
use <balljoint.scad>; balljoint_ball(); balljoint_seat(); balljoint_nut();
If you need a smaller or larger ball joint, use "scale".
Example:
use <balljoint.scad>; scale(2) balljoint_ball(); scale(2) balljoint_seat(); scale(2) balljoint_nut();
The ball joint was tested using the defined dimensions. Changing the dimensions may generate disfunctional parts. If you need to change the dimensions, import the library using "include" instead of "use" and overwrite the appropriate variables.
Example:
include <balljoint.scad>; balljoint_ball_dia = 30; balljoint_ball(); balljoint_seat(); balljoint_nut();
Inspired from:
Dependency:
Unit: millimetres.
balljoint.scad | 12.3KB | |
balljoint_demo_ball.stl | 3.3MB | |
balljoint_demo_seat.stl | 6.4MB | |
balljoint_nut.stl | 6.4MB |