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

Trimmed the ribbon clamp tape.

This commit is contained in:
Chris Palmer
2022-02-15 10:52:38 +00:00
parent 7ea4dbe6cb
commit 59eeb2c5d4
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 982 KiB

After

Width:  |  Height:  |  Size: 982 KiB

View File

@@ -105,7 +105,7 @@ assembly(let(screw_d = screw_radius(screw) * 2)str("ribbon_clamp_", str_ways(way
module ribbon_clamp_fastened_assembly(ways, thickness, screw = screw) { //! Clamp with fasteners in place module ribbon_clamp_fastened_assembly(ways, thickness, screw = screw) { //! Clamp with fasteners in place
tape_l = floor(ribbon_clamp_slot(ways)); tape_l = floor(ribbon_clamp_slot(ways));
tape_width = 25; tape_width = ribbon_clamp_width(screw) + 2;
tape_thickness = 0.5; tape_thickness = 0.5;
vitamin(str(": Tape self amalgamating silicone ",tape_l," x 25mm")); vitamin(str(": Tape self amalgamating silicone ",tape_l," x 25mm"));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 94 KiB