1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 05:21:38 +02:00

update test case

This commit is contained in:
Justin Lin
2019-06-22 13:40:34 +08:00
parent eaed7ff34f
commit cb4b3e6685
2 changed files with 0 additions and 3 deletions

View File

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

View File

@@ -3,7 +3,6 @@ include <unittest.scad>;
include <shape_pentagram.scad>;
include <rotate_p.scad>;
include <polysections.scad>;
include <m_rotation.scad>;
include <torus_knot.scad>;
module test_path_extrude_euler_angle() {