1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-07 16:06:31 +02:00

Relative paths for vitamin rod_end includes

This commit is contained in:
Greg Land
2024-10-02 06:56:25 -04:00
parent a483494da9
commit 549dbc9380

View File

@@ -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. //! 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 <NopSCADlib/utils/core/core.scad> include <../utils/core/core.scad>
include <NopSCADlib/utils/thread.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_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 function rod_end_bearing_od(type) = type[2]; //! Outer diameter of the bearing