mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-11 09:53:58 +02:00
Foot now lowered by squeeze distance so the washer is visible.
This commit is contained in:
@@ -74,7 +74,8 @@ 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) {
|
||||||
stl_colour(pp4_colour) foot(type);
|
translate_z(-squeeze)
|
||||||
|
stl_colour(pp4_colour) foot(type);
|
||||||
|
|
||||||
if(t)
|
if(t)
|
||||||
explode(15, true)
|
explode(15, true)
|
||||||
|
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 |
Reference in New Issue
Block a user