mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 23:06:43 +02:00
refactor deps
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
use <bezier_curve.scad>;
|
||||||
|
|
||||||
function bezier_surface(t_step, ctrl_pts) =
|
function bezier_surface(t_step, ctrl_pts) =
|
||||||
let(
|
let(
|
||||||
leng_ctrl_pts = len(ctrl_pts),
|
leng_ctrl_pts = len(ctrl_pts),
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <bezier_curve.scad>;
|
use <bezier_surface.scad>;
|
||||||
include <bezier_surface.scad>;
|
|
||||||
|
|
||||||
module test_bezier_surface() {
|
module test_bezier_surface() {
|
||||||
echo("==== test_bezier_surface ====");
|
echo("==== test_bezier_surface ====");
|
||||||
|
Reference in New Issue
Block a user