From b9b0841044d3f1c467c8608dbf15f51914fb4739 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 20 Sep 2022 01:29:41 -0700 Subject: [PATCH] Fixed ball_bearing examples. --- ball_bearings.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ball_bearings.scad b/ball_bearings.scad index b1dae05..5ad035a 100644 --- a/ball_bearings.scad +++ b/ball_bearings.scad @@ -24,9 +24,9 @@ // spin = Rotate this many degrees around the Z axis after anchor. See [spin](attachments.scad#subsection-spin). Default: `0` // orient = Vector to rotate top towards, after spin. See [orient](attachments.scad#subsection-orient). Default: `UP` // Example: -// ball_bearing("603"); +// ball_bearing("608"); // Example: -// ball_bearing("603ZZ"); +// ball_bearing("608ZZ"); // Example: // ball_bearing("R8"); // Example: