From 3fcd53b649be173318b2dc3943e6ad45deadc7c6 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sun, 25 Nov 2018 19:38:41 -0800 Subject: [PATCH] Added example for linear_bearing_housing() --- linear_bearings.scad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linear_bearings.scad b/linear_bearings.scad index 2a0622e..d438920 100644 --- a/linear_bearings.scad +++ b/linear_bearings.scad @@ -85,6 +85,8 @@ function get_lmXuu_bearing_length(size) = lookup(size, [ // wall = Wall thickness of clamp housing. (Default: 3) // gap = Gap in clamp. (Default: 5) // screwsize = Size of screw to use to tighten clamp. (Default: 3) +// Example: +// linear_bearing_housing(d=19, l=29, wall=2, tab=6, screwsize=2.5); module linear_bearing_housing(d=15,l=24,tab=7,gap=5,wall=3,tabwall=5,screwsize=3) { od = d+2*wall;