1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-01 10:42:57 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 13:34:29 +08:00
parent a42fa85fae
commit cef421c6b0
3 changed files with 65 additions and 61 deletions

View File

@@ -1,7 +1,5 @@
include <unittest.scad>;
include <circle_path.scad>;
include <rotate_p.scad>;
include <golden_spiral.scad>;
use <unittest.scad>;
use <golden_spiral.scad>;
module test_golden_spiral() {
echo("==== test_golden_spiral ====");