RosettaCodeData/Task/Hello-world-Text/Openscad/hello-world-text.scad
2023-07-01 13:44:08 -04:00

3 lines
197 B
OpenSCAD

echo("Hello world!"); // writes to the console
text("Hello world!"); // creates 2D text in the object space
linear_extrude(height=10) text("Hello world!"); // creates 3D text in the object space