mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
fixed broken example
This commit is contained in:
parent
8a1b511df7
commit
9bef2d6818
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ function smooth_path(path, tangents, k, splinesteps=10, closed=false) =
|
||||||
// difference(){
|
// difference(){
|
||||||
// offset_sweep(rhex, height=10, bottom=os_teardrop(r=2), top=os_teardrop(r=-4, extra=0.2));
|
// offset_sweep(rhex, height=10, bottom=os_teardrop(r=2), top=os_teardrop(r=-4, extra=0.2));
|
||||||
// up(1)
|
// up(1)
|
||||||
// offset_sweep(offset(rhex,r=1), height=9.5, bottom=os_circle(r=2), top=os_teardrop(r=-4));
|
// offset_sweep(offset(rhex,r=-1), height=9.5, bottom=os_circle(r=2), top=os_teardrop(r=-4));
|
||||||
// }
|
// }
|
||||||
module offset_sweep(
|
module offset_sweep(
|
||||||
path, height, h, l,
|
path, height, h, l,
|
||||||
|
|
Loading…
Reference in a new issue