1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-26 07:55:16 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 16:23:39 +08:00
parent a646846b9a
commit eab6aadc05
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
include <unittest.scad>;
include <rotate_p.scad>;
include <sphere_spiral.scad>;
use <unittest.scad>;
use <sphere_spiral.scad>;
module test_sphere_spiral() {
echo("==== test_sphere_spiral ====");