From c52f1d588939745cf413ce5a332af15b48123b26 Mon Sep 17 00:00:00 2001
From: Charles Iliya Krempeaux cylinder
command will put the center of one end of the bottom circle at the origin —
[0,0,0]
.
+ OpenSCAD has the ability to import shapes from other 3D applications if those shapes are stored in an .stl file. +
+
+ You can import these models with the import
command.
+ For example:
+
+import("3dbenchy.stl")
+
+