2 lines
53 B
OpenSCAD
2 lines
53 B
OpenSCAD
// This will produce a sphere of radius 5
|
|
sphere(5);
|
// This will produce a sphere of radius 5
|
|
sphere(5);
|