openscad / MCAD

OpenSCAD Parametric CAD Library (LGPL 2.1)
http://reprap.org/wiki/MCAD
578 stars 192 forks source link

Remove center from circles in tube module #65

Closed dyanawu closed 4 years ago

dyanawu commented 5 years ago

Center is not a parameter used by circle(), and causes warnings when using tube(). This removes the center parameter specified for the two circles in tubes(). Also updated the module signature at the head of the file and generally tidied spacing in tube().