mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-27 08:25:45 +02:00
refactor deps
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user