1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 11:10:01 +01:00

fix include

This commit is contained in:
Justin Lin 2019-06-23 08:57:23 +08:00
parent 4aff538837
commit bdb4dace7f
2 changed files with 1 additions and 2 deletions

View File

@ -74,4 +74,4 @@ include <pixel/test_px_cylinder.scad>;
include <pixel/test_px_sphere.scad>;
// Matrix
include <matrix/test_m_cumulate>;
include <matrix/test_m_cumulate.scad>;

View File

@ -25,7 +25,6 @@ module test_along_with_children() {
echo("==== test_along_with_children ====");
include <along_with.scad>;
include <m_rotation.scad>;
$fn = 24;