From 2147ff2abf002808e17102ed074a3ee5fa2cc8a1 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 18 Feb 2021 10:54:00 +0800 Subject: [PATCH] update --- src/experimental/note.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/experimental/note.md b/src/experimental/note.md index 2512a7f2..6892a4cc 100644 --- a/src/experimental/note.md +++ b/src/experimental/note.md @@ -6,6 +6,7 @@ dotSCAD 3.0 Dev - `function_grapher`: delete `slicing` parameter. Improve `"LINES"`、`"HULL_LINES"` performance. - `hull_polyline3d`: Rename the parameter `thickness` to `diameter`. +- `line3d`: Rename the parameter `thickness` to `diameter`. - `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.