mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 09:49:59 +02:00
fixed missing variables
This commit is contained in:
@@ -2,6 +2,10 @@ module test_bend() {
|
|||||||
include <unittest.scad>;
|
include <unittest.scad>;
|
||||||
include <bend.scad>;
|
include <bend.scad>;
|
||||||
|
|
||||||
|
x = 9.25;
|
||||||
|
y = 9.55;
|
||||||
|
z = 1;
|
||||||
|
|
||||||
module test_bend_tri_frag(points, angle) {
|
module test_bend_tri_frag(points, angle) {
|
||||||
echo("==== test_bend_tri_frag ====");
|
echo("==== test_bend_tri_frag ====");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user