mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-23 06:43:10 +02:00
fix include
This commit is contained in:
@@ -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>;
|
@@ -25,7 +25,6 @@ module test_along_with_children() {
|
||||
echo("==== test_along_with_children ====");
|
||||
|
||||
include <along_with.scad>;
|
||||
include <m_rotation.scad>;
|
||||
|
||||
$fn = 24;
|
||||
|
||||
|
Reference in New Issue
Block a user