zettacode.files/hello_world.text/openscad.txt in zettacode-0.1.0 vs zettacode.files/hello_world.text/openscad.txt in zettacode-0.1.1
- old
+ new
@@ -1,5 +1,5 @@
-c("H !") c
-("H !") c 2D bjc c
-_u(=10) ("H !") c 3D bjc c
+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