1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-27 08:25:45 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 15:57:28 +08:00
parent ceac65bc5b
commit 6ed6b39777
3 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
include <unittest.scad>;
use <unittest.scad>;
use <rounded_cylinder.scad>;
module test_rounded_cylinder() {
echo("==== test_rounded_cylinder ====");
include <rounded_cylinder.scad>;
h = 25;
module test_center_half_trapezium(center_pt, shape_pts) {