mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
preview
This commit is contained in:
@@ -82,6 +82,7 @@ See [examples](examples).
|
||||
- [bezier_smooth](https://openhome.cc/eGossip/OpenSCAD/lib2x-bezier_smooth.html)
|
||||
- [midpt_smooth](https://openhome.cc/eGossip/OpenSCAD/lib2x-midpt_smooth.html)
|
||||
- [in_polyline](https://openhome.cc/eGossip/OpenSCAD/lib2x-in_polyline.html)
|
||||
- contours (2.3 Preview)
|
||||
|
||||
### Path
|
||||
- [arc_path](https://openhome.cc/eGossip/OpenSCAD/lib2x-arc_path.html)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <experimental/_impl/_contours_impl.scad>;
|
||||
use <_impl/_contours_impl.scad>;
|
||||
|
||||
function contours(points, threshold) =
|
||||
is_undef(threshold[1]) ?
|
Reference in New Issue
Block a user