diff --git a/libtest.png b/libtest.png index 15d74f8..1b5e8c2 100644 Binary files a/libtest.png and b/libtest.png differ diff --git a/printed/ribbon_clamp.scad b/printed/ribbon_clamp.scad index 3046e23..bb25f63 100644 --- a/printed/ribbon_clamp.scad +++ b/printed/ribbon_clamp.scad @@ -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 tape_l = floor(ribbon_clamp_slot(ways)); - tape_width = 25; + tape_width = ribbon_clamp_width(screw) + 2; tape_thickness = 0.5; vitamin(str(": Tape self amalgamating silicone ",tape_l," x 25mm")); diff --git a/tests/png/ribbon_clamp.png b/tests/png/ribbon_clamp.png index 4efc003..f7f6a14 100644 Binary files a/tests/png/ribbon_clamp.png and b/tests/png/ribbon_clamp.png differ