From c426fab90e45e2c0aa6a92e846067e2d61329df5 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Tue, 21 May 2024 22:16:42 -0400 Subject: [PATCH] doc fix --- walls.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walls.scad b/walls.scad index 8657c3b..563c681 100644 --- a/walls.scad +++ b/walls.scad @@ -268,7 +268,7 @@ module sparse_cuboid(size, dir=RIGHT, strut=5, maxang=30, max_bridge=20, // Anchor Types: // hull = Anchors to the convex hull of the linear sweep of the path, ignoring any end roundings. // intersect = Anchors to the surface of the linear sweep of the path, ignoring any end roundings. -// Examples +// Examples: // hex_panel([50, 100, 5], strut=1.5, spacing=10); // hex_panel([50, 100, 5], 1.5, 10, frame = 5); // hex_panel([50, 100, 5], 5, 10.05);