initial commit
This commit is contained in:
commit
5ccd3ac516
19 changed files with 150473 additions and 0 deletions
9
printTests/testCube-20x40x3.scad
Normal file
9
printTests/testCube-20x40x3.scad
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
module test_cube()
|
||||
{
|
||||
cube([20, 40, 3], center = true);
|
||||
|
||||
}
|
||||
|
||||
test_cube();
|
||||
|
Reference in a new issue