1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-22 15:13:15 +02:00

Updated readme and images for linear_bearings change.

This commit is contained in:
Chris Palmer
2020-01-11 08:57:33 +00:00
parent 2c77f184a2
commit 8ac06b53e7
8 changed files with 24 additions and 5 deletions

View File

@@ -22,8 +22,12 @@ use <../utils/layout.scad>
include <../vitamins/linear_bearings.scad>
module linear_bearings()
layout([for(b = linear_bearings) 2 * bearing_radius(b)])
layout([for(b = linear_bearings) 2 * bearing_radius(b)]) {
linear_bearing(linear_bearings[$i]);
translate([0, 30])
linear_bearing(long_linear_bearings[$i]);
}
if($preview)
linear_bearings();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -28,7 +28,7 @@ module rods()
rod(bearing_rod_dia(linear_bearings[$i]), 80);
translate([0, 20])
translate([0, 30])
studding(bearing_rod_dia(linear_bearings[$i]), 80);
}