Removed extraneous echo.

This commit is contained in:
Chris Palmer 2019-07-21 19:10:15 +01:00
parent 5ae040079e
commit b40c076d23
1 changed files with 1 additions and 1 deletions

View File

@ -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)