mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
fix example by adding $fn
This commit is contained in:
parent
aeff878dfc
commit
a246027a68
1 changed files with 2 additions and 2 deletions
|
@ -956,12 +956,12 @@ function _path_join(paths,joint,k=0.5,i=0,result=[],relocate=true,closed=false)
|
||||||
// path = [[0,0],[6,2],[9,7],[8,10]];
|
// path = [[0,0],[6,2],[9,7],[8,10]];
|
||||||
// xdistribute(spacing=10){
|
// xdistribute(spacing=10){
|
||||||
// offset_stroke(path, width = 2);
|
// offset_stroke(path, width = 2);
|
||||||
// offset_stroke(path, start="round", end="round", width = 2);
|
// offset_stroke(path, start="round", end="round", width = 2, $fn=32);
|
||||||
// offset_stroke(path, start="pointed", end="pointed", width = 2);
|
// offset_stroke(path, start="pointed", end="pointed", width = 2);
|
||||||
// }
|
// }
|
||||||
// fwd(10) xdistribute(spacing=10){
|
// fwd(10) xdistribute(spacing=10){
|
||||||
// offset_stroke(arc, width = 2);
|
// offset_stroke(arc, width = 2);
|
||||||
// offset_stroke(arc, start="round", end="round", width = 2);
|
// offset_stroke(arc, start="round", end="round", width = 2, $fn=32);
|
||||||
// offset_stroke(arc, start="pointed", end="pointed", width = 2);
|
// offset_stroke(arc, start="pointed", end="pointed", width = 2);
|
||||||
// }
|
// }
|
||||||
// Example(2D): The effect of the `rounded` and `chamfer` options is most evident at sharp corners. This only affects the middle of the path, not the ends.
|
// Example(2D): The effect of the `rounded` and `chamfer` options is most evident at sharp corners. This only affects the middle of the path, not the ends.
|
||||||
|
|
Loading…
Reference in a new issue