1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

fix include

This commit is contained in:
Justin Lin 2019-06-23 09:02:53 +08:00
parent bdb4dace7f
commit 65119984fd

View File

@ -25,7 +25,8 @@ module test_along_with_children() {
echo("==== test_along_with_children ====");
include <along_with.scad>;
include <circle_path.scad>;
$fn = 24;
points = circle_path(radius = 50);