mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2026-02-07 20:49:19 +00:00
Fixed top/bottom_half() 2d examples.
This commit is contained in:
parent
8f6a355a27
commit
4eab8f7f64
1 changed files with 2 additions and 2 deletions
|
|
@ -553,7 +553,7 @@ function back_half(p,y=0, cut_path, cut_angle=0, offset=0) =
|
|||
// bottom_half() sphere(r=20);
|
||||
// bottom_half(z=-10) sphere(r=20);
|
||||
// Example(2D): Working in 2D
|
||||
// bottom_half(z=5) circle(r=20);
|
||||
// bottom_half(z=5,planar=true) circle(r=20);
|
||||
// Example(2D): Using a cut path in 2D
|
||||
// ppath = partition_path([
|
||||
// 40, "jigsaw", "dovetail yflip", 40,
|
||||
|
|
@ -629,7 +629,7 @@ function bottom_half(p,z=0, planar=false, cut_path, cut_angle=0, offset=0) =
|
|||
// top_half() sphere(r=20);
|
||||
// top_half(z=5) sphere(r=20);
|
||||
// Example(2D): Working in 2D
|
||||
// top_half(z=5) circle(r=20);
|
||||
// top_half(z=5,planar=true) circle(r=20);
|
||||
// Example(2D): Using a cut path in 2D
|
||||
// ppath = partition_path([
|
||||
// 40, "jigsaw", "dovetail yflip", 40,
|
||||
|
|
|
|||
Loading…
Reference in a new issue