mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-29 17:30:11 +02:00
fixed missing variables
This commit is contained in:
@@ -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 ====");
|
||||
|
||||
|
Reference in New Issue
Block a user