Rotation, Translation and other Transformations
OK so now that we can tell openSCAD to make basic shapes we now want to be able to move them around, rotate them and while we are at it any other transformations we can throw in at the same time. So lets start with a basic cylinder cylinder(h=10,r=5,$fn=30); now as you can see we … [Read more…]