1
0
Fork 0
This repository has been archived on 2020-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
my-prusai3-settings/printTests/testCube-20x40x3.scad

10 lines
75 B
OpenSCAD

module test_cube()
{
cube([20, 40, 3], center = true);
}
test_cube();