1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-11 18:04:02 +02:00

Foot now lowered by squeeze distance so the washer is visible.

This commit is contained in:
Chris Palmer
2021-10-24 13:21:13 +01:00
parent c8869fc415
commit 8524ddd34d
3 changed files with 2 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ module foot_assembly(t = 0, type = foot, flip = false, no_washer = false) { //!
screw_length = screw_length(screw, foot_thickness(type) + t - squeeze, no_washer ? 1 : 2, nyloc = true); screw_length = screw_length(screw, foot_thickness(type) + t - squeeze, no_washer ? 1 : 2, nyloc = true);
vflip() explode(15, true) { vflip() explode(15, true) {
translate_z(-squeeze)
stl_colour(pp4_colour) foot(type); stl_colour(pp4_colour) foot(type);
if(t) if(t)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB