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:
@@ -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;
|
||||
|
||||
|
@@ -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() {
|
||||
|
Reference in New Issue
Block a user