mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
fix include
This commit is contained in:
@@ -25,7 +25,8 @@ module test_along_with_children() {
|
|||||||
echo("==== test_along_with_children ====");
|
echo("==== test_along_with_children ====");
|
||||||
|
|
||||||
include <along_with.scad>;
|
include <along_with.scad>;
|
||||||
|
include <circle_path.scad>;
|
||||||
|
|
||||||
$fn = 24;
|
$fn = 24;
|
||||||
|
|
||||||
points = circle_path(radius = 50);
|
points = circle_path(radius = 50);
|
||||||
|
Reference in New Issue
Block a user