mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-23 23:03:23 +02:00
use scad
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <circle_path.scad>;
|
use <circle_path.scad>;
|
||||||
include <along_with.scad>;
|
use <along_with.scad>;
|
||||||
|
|
||||||
module test_along_with_angles(angles, children) {
|
module test_along_with_angles(angles, children) {
|
||||||
if(children == 1) {
|
if(children == 1) {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <archimedean_spiral.scad>;
|
use <archimedean_spiral.scad>;
|
||||||
|
|
||||||
module test_archimedean_spiral() {
|
module test_archimedean_spiral() {
|
||||||
echo("==== test_archimedean_spiral ====");
|
echo("==== test_archimedean_spiral ====");
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <circle_path.scad>;
|
use <circle_path.scad>;
|
||||||
|
|
||||||
module test_circle_path() {
|
module test_circle_path() {
|
||||||
echo("==== test_circle_path ====");
|
echo("==== test_circle_path ====");
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <cross_sections.scad>;
|
use <cross_sections.scad>;
|
||||||
include <archimedean_spiral.scad>;
|
use <archimedean_spiral.scad>;
|
||||||
include <rotate_p.scad>;
|
|
||||||
|
|
||||||
module test_cross_sections() {
|
module test_cross_sections() {
|
||||||
echo("==== test_cross_sections ====");
|
echo("==== test_cross_sections ====");
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <shape_pentagram.scad>;
|
use <shape_pentagram.scad>;
|
||||||
include <torus_knot.scad>;
|
use <torus_knot.scad>;
|
||||||
include <path_extrude.scad>;
|
use <path_extrude.scad>;
|
||||||
|
|
||||||
module test_path_extrude(sections, method) {
|
module test_path_extrude(sections, method) {
|
||||||
if(method == "EULER_ANGLE") {
|
if(method == "EULER_ANGLE") {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <shape_arc.scad>;
|
use <shape_arc.scad>;
|
||||||
|
|
||||||
module test_shape_arc() {
|
module test_shape_arc() {
|
||||||
echo("==== test_shape_arc ====");
|
echo("==== test_shape_arc ====");
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <shape_pie.scad>;
|
use <shape_pie.scad>;
|
||||||
|
|
||||||
module test_shape_pie() {
|
module test_shape_pie() {
|
||||||
echo("==== test_shape_pie ====");
|
echo("==== test_shape_pie ====");
|
||||||
|
Reference in New Issue
Block a user