From ddf5344498402ce62ca0de7c1a9c914e6845f342 Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Wed, 16 Oct 2024 17:34:10 -0700 Subject: [PATCH] Update masks2d.scad Fix indents in mask2d_ogee() --- masks2d.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/masks2d.scad b/masks2d.scad index 395cdbf..5622f28 100644 --- a/masks2d.scad +++ b/masks2d.scad @@ -904,10 +904,10 @@ function mask2d_dovetail(edge, angle, slope, shelf=0, inset=0, mask_angle=90, ex // ]); module mask2d_ogee(pattern, excess=0.01, anchor=CENTER,spin=0) { path = mask2d_ogee(pattern, excess=excess); - attachable(anchor,spin, two_d=true, path=path) { - polygon(path); - children(); - } + attachable(anchor,spin, two_d=true, path=path) { + polygon(path); + children(); + } } function mask2d_ogee(pattern, excess=0.01, anchor=CENTER, spin=0) =