mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
refactor deps
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
*
|
||||
**/
|
||||
|
||||
use <bezier_curve.scad>;
|
||||
|
||||
function bezier_surface(t_step, ctrl_pts) =
|
||||
let(
|
||||
leng_ctrl_pts = len(ctrl_pts),
|
||||
|
@@ -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 ====");
|
||||
|
Reference in New Issue
Block a user