1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 00:40:39 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 16:20:33 +08:00
parent e6274d6202
commit e98fd39278
3 changed files with 24 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
include <unittest.scad>;
include <shape_superformula.scad>;
use <unittest.scad>;
use <shape_superformula.scad>;
module test_shape_superformula() {
echo("==== test_shape_superformula ====");