mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 05:52:16 +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 ====");
|
echo("==== test_along_with_default_angles ====");
|
||||||
|
|
||||||
include <along_with.scad>;
|
include <along_with.scad>;
|
||||||
include <m_rotation.scad>;
|
|
||||||
include <circle_path.scad>;
|
include <circle_path.scad>;
|
||||||
|
|
||||||
$fn = 24;
|
$fn = 24;
|
||||||
@@ -27,7 +26,6 @@ module test_along_with_children() {
|
|||||||
|
|
||||||
include <along_with.scad>;
|
include <along_with.scad>;
|
||||||
include <m_rotation.scad>;
|
include <m_rotation.scad>;
|
||||||
include <circle_path.scad>;
|
|
||||||
|
|
||||||
$fn = 24;
|
$fn = 24;
|
||||||
|
|
||||||
|
@@ -3,7 +3,6 @@ include <unittest.scad>;
|
|||||||
include <shape_pentagram.scad>;
|
include <shape_pentagram.scad>;
|
||||||
include <rotate_p.scad>;
|
include <rotate_p.scad>;
|
||||||
include <polysections.scad>;
|
include <polysections.scad>;
|
||||||
include <m_rotation.scad>;
|
|
||||||
include <torus_knot.scad>;
|
include <torus_knot.scad>;
|
||||||
|
|
||||||
module test_path_extrude_euler_angle() {
|
module test_path_extrude_euler_angle() {
|
||||||
|
Reference in New Issue
Block a user