From 7b892aca4b7d1debb11d34f6f4393ae53d992203 Mon Sep 17 00:00:00 2001 From: Thav Date: Sat, 26 Oct 2013 11:30:52 -0400 Subject: [PATCH] Fixed a comment that was making thingdoc throw an error --- box_frame/y-axis-corner.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/box_frame/y-axis-corner.scad b/box_frame/y-axis-corner.scad index ac295fe..4c93d23 100644 --- a/box_frame/y-axis-corner.scad +++ b/box_frame/y-axis-corner.scad @@ -16,10 +16,10 @@ module nutrod(r=4.4){ } } -/* - 20 mm betwenn the front threaded rods - 25 mm between the side threaded and smooth rod - */ + +// 20 mm betwenn the front threaded rods +// 25 mm between the side threaded and smooth rod + module leftfront(thru = false){ y_end_plug=2; -- 2.20.1