mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
bugfix
This commit is contained in:
parent
20e9552cc3
commit
9db49798e4
1 changed files with 1 additions and 1 deletions
|
@ -1452,7 +1452,7 @@ module trace_bezier(bezpath, width=1, N=3) {
|
||||||
if ($idx % N !=0) circle(d=width/2);
|
if ($idx % N !=0) circle(d=width/2);
|
||||||
}
|
}
|
||||||
|
|
||||||
h
|
|
||||||
// Module: trace_bezier_patches()
|
// Module: trace_bezier_patches()
|
||||||
// Usage:
|
// Usage:
|
||||||
// trace_bezier_patches(patches, [size=], [splinesteps=], [showcps=], [showdots=], [showpatch=], [convexity=], [style=]);
|
// trace_bezier_patches(patches, [size=], [splinesteps=], [showcps=], [showdots=], [showpatch=], [convexity=], [style=]);
|
||||||
|
|
Loading…
Reference in a new issue