1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 17:30:11 +02:00
This commit is contained in:
Justin Lin
2020-01-28 14:43:24 +08:00
parent 00118ed183
commit 232225bf83

View File

@@ -9,6 +9,8 @@
**/ **/
use <util/reverse.scad>; use <util/reverse.scad>;
use <polyline3d.scad>;
use <hull_polyline3d.scad>;
module function_grapher(points, thickness, style = "FACES", slicing = "SLASH") { module function_grapher(points, thickness, style = "FACES", slicing = "SLASH") {