From e8bd55e13e8c83e6330c7fb62b8a30329ec71029 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 5 Feb 2026 21:28:27 -0800 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- partitions.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions.scad b/partitions.scad index f70755d..fa83b15 100644 --- a/partitions.scad +++ b/partitions.scad @@ -595,7 +595,7 @@ function bottom_half(p,z=0, planar=false, cut_path, cut_angle=0, offset=0) = dir = planar? FRONT : BOTTOM, cp = planar? [0,z,0] : [0,0,z] ) - half_of(p, dir, cp=cp, planar=planar, cut_path=cut_path, cut_angle=cut_angle, offset=offset); + half_of(p, dir, cp=cp, cut_path=cut_path, cut_angle=cut_angle, offset=offset);