From 27d6a3ac28d6aeff1ba8f0912b6a18bf56dd8d0c Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 19 May 2017 11:31:36 +0800 Subject: [PATCH] updated doc --- docs/lib-along_with.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/lib-along_with.md b/docs/lib-along_with.md index a03e6ea2..6d90f53f 100644 --- a/docs/lib-along_with.md +++ b/docs/lib-along_with.md @@ -74,12 +74,12 @@ Puts children along the given path. If there's only one child, it will put the c } for(a = [0:30:360 - 15]) { - rotate(a) - translate([5, 0, 0]) - one_scale(); - rotate(a + 15) - translate([5, 0, 1.75]) - one_scale(); + rotate(a) + translate([5, 0, 0]) + one_scale(); + rotate(a + 15) + translate([5, 0, 1.75]) + one_scale(); } }