Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Revar Desmera 2026-02-05 21:28:27 -08:00 committed by GitHub
parent e9d0adf143
commit e8bd55e13e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);