From 3e5947c1613c087637fcfd3003eb5991f71928ac Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Tue, 17 Nov 2020 16:23:12 +0000 Subject: [PATCH] Added another size of ribbon clamp --- printed/ribbon_clamp.scad | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/printed/ribbon_clamp.scad b/printed/ribbon_clamp.scad index 37f104c..4b2e9b4 100644 --- a/printed/ribbon_clamp.scad +++ b/printed/ribbon_clamp.scad @@ -117,9 +117,13 @@ module ribbon_clamp_fastened_assembly(ways, thickness, screw = screw) { //! Clam module ribbon_clamp_20_stl() ribbon_clamp(20); module ribbon_clamp_8_2_stl() ribbon_clamp(8, M2_dome_screw); +module ribbon_clamp_7_2_stl() ribbon_clamp(8, M2_dome_screw); //! * Place inserts into the holes and press home with a soldering iron with a conical bit heated to 200°C. module ribbon_clamp_20_assembly() ribbon_clamp_assembly(20); //! * Place inserts into the holes and press home with a soldering iron with a conical bit heated to 200°C. module ribbon_clamp_8_2_assembly() ribbon_clamp_assembly(8, M2_dome_screw); + +//! * Place inserts into the holes and press home with a soldering iron with a conical bit heated to 200°C. +module ribbon_clamp_7_2_assembly() ribbon_clamp_assembly(8, M2_dome_screw);