3
1
Back

OpenSCAD script and call either... * knurled_cyl( Knurled cylinder height, * Knurl polyhedron depth, * Cylinder ends smoothed height, * Knurled surface smoothing amount ); } module title(string, size=12, halign="center", font=font_for_title) { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); } From d8a7439c05979d3c73da6a91162e90a1a48a57e5 Mon Sep 17 00:00:00 2001 Subject: [PATCH] revised README.md to rev 2 beta d89db83df13552281151487e636d3175f5aa0e7b updates to rev 2 beta by adding spacers, but starts interfering.

New Pull Request