1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 10:38:23 +08:00
parent 4a25e489cd
commit 275ec843d3
2 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,8 @@
*
**/
use <bezier_curve.scad>;
function bezier_surface(t_step, ctrl_pts) =
let(
leng_ctrl_pts = len(ctrl_pts),

View File

@@ -1,6 +1,5 @@
include <unittest.scad>;
include <bezier_curve.scad>;
include <bezier_surface.scad>;
use <unittest.scad>;
use <bezier_surface.scad>;
module test_bezier_surface() {
echo("==== test_bezier_surface ====");