diff --git a/vitamins/rod_end.scad b/vitamins/rod_end.scad index 6ee7550..4299384 100644 --- a/vitamins/rod_end.scad +++ b/vitamins/rod_end.scad @@ -20,8 +20,8 @@ // //! A rod end, sometimes called a spherical bearing or rod-end eye, is a component used in mechanical systems to create a flexible connection between two parts. // -include -include +include <../utils/core/core.scad> +include <../utils/thread.scad> function rod_end_bearing_bore(type) = type[1]; //! radius of the bore hole in the bearing function rod_end_bearing_od(type) = type[2]; //! Outer diameter of the bearing