Our OpenSCAD project will consist of something to do with the Fibonacci sequence. We want something that might have to do with the golden ratio and spirals. We have looked at many Fibonacci sculptures and thought they might be cool to do. Our featured image is something that we have messed with over the week. It consists of the rotation using the Fibonacci sequence to rotate a bunch of squares that get bigger over time.
UPDATE (11/14/18)
Our first attempt at printing at a smaller scale
Here is our printed OpenScad project. We used dual color printing to distinguish the even and odd numbered layers of our fibonacci structure. To do this we first stepped by 1 in out for loop and then we stepped over every other step in a different for loop. Then we did a difference() between the two structure to get a base (the even numbered layers) and then got a structure that fit on top with only the odd numbered layers. We merged this in Cura and set them to different nozzles and printed them simultaneously.
Recent Comments