From b40c076d239e5c38699d5627d8aa622a8809f83e Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Sun, 21 Jul 2019 19:10:15 +0100 Subject: [PATCH] Removed extraneous echo. --- printed/cable_grommets.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printed/cable_grommets.scad b/printed/cable_grommets.scad index 7c137bd..b2c665c 100644 --- a/printed/cable_grommets.scad +++ b/printed/cable_grommets.scad @@ -130,7 +130,7 @@ module round_grommet_bottom(diameter, od = undef) { //! Generate the STL for a r } module round_grommet_hole(diameter, h = 100) //! Make a hole for a round grommet - drill(echoit(corrected_radius(diameter / 2) + wall + clearance), h); + drill(corrected_radius(diameter / 2) + wall + clearance, h); module round_grommet_assembly(diameter, thickness, od = undef) { color(pp1_colour)