mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-25 13:59:04 +02:00
updated messages
This commit is contained in:
@@ -5,7 +5,7 @@ include <paths2sections.scad>;
|
||||
module test_paths2sections() {
|
||||
module test_simple_path() {
|
||||
|
||||
echo("==== test_simple_path ====");
|
||||
echo("==== test_paths2sections_simple_path ====");
|
||||
|
||||
paths = [
|
||||
[[5, 0, 5], [15, 10, 10], [25, 20, 5]],
|
||||
@@ -29,7 +29,7 @@ module test_paths2sections() {
|
||||
|
||||
module test_bezier_path() {
|
||||
|
||||
echo("==== test_bezier_path ====");
|
||||
echo("==== test_paths2sections_bezier_path ====");
|
||||
|
||||
t_step = 0.05;
|
||||
|
||||
|
Reference in New Issue
Block a user