1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 09:19:59 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 10:37:00 +08:00
parent 9e563e92e3
commit 4a25e489cd
3 changed files with 65 additions and 62 deletions

View File

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