mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2026-02-07 20:49:19 +00:00
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e9d0adf143
commit
e8bd55e13e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue