From 6ce2b692044277cd7d73c01583b39730eb981d3f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 9 Feb 2021 15:42:16 +0800 Subject: [PATCH] update --- README.md | 2 +- src/experimental/note.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef90240e..dcf06600 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp ### 3D Module - [crystal_ball](https://openhome.cc/eGossip/OpenSCAD/lib2x-crystal_ball.html) -- [function_grapher](https://openhome.cc/eGossip/OpenSCAD/lib2x-function_grapher.html) +- [function_grapher](https://openhome.cc/eGossip/OpenSCAD/lib3x-function_grapher.html) - [hull_polyline3d](https://openhome.cc/eGossip/OpenSCAD/lib2x-hull_polyline3d.html) - [line3d](https://openhome.cc/eGossip/OpenSCAD/lib2x-line3d.html) - [loft](https://openhome.cc/eGossip/OpenSCAD/lib2x-loft.html) diff --git a/src/experimental/note.md b/src/experimental/note.md index f7267c54..a447b08e 100644 --- a/src/experimental/note.md +++ b/src/experimental/note.md @@ -4,6 +4,7 @@ to_do: dotSCAD 3.0 Dev +- `function_grapher`: delete `slicing` parameter. Improve `"LINES"`、`"HULL_LINES"` performance. - `util/sort`: `by` accepts a function literal. - `util/bsearch`: only supports `sorted` and `target` parameters. I view it as a new function. - `util/dedup`: add the `eq` parameter.