From 549dbc9380f39f8521554963f2051c3f05f5495f Mon Sep 17 00:00:00 2001 From: Greg Land Date: Wed, 2 Oct 2024 06:56:25 -0400 Subject: [PATCH] Relative paths for vitamin rod_end includes --- vitamins/rod_end.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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