1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 01:11:30 +02:00

fixed missing variables

This commit is contained in:
Justin Lin
2017-06-22 18:17:47 +08:00
parent 9d770c9cf8
commit e6512d9440

View File

@@ -2,6 +2,10 @@ module test_bend() {
include <unittest.scad>;
include <bend.scad>;
x = 9.25;
y = 9.55;
z = 1;
module test_bend_tri_frag(points, angle) {
echo("==== test_bend_tri_frag ====");