Find Similar with AI
Print Profile(0)
Model File(0)
Published:2011-10-09 16:04:27
0
0
This is designed to cut cookies for the Rebel Alliance. The design is an evolution of Anandromeda desing. It has been done using OOML. Code is quite simple:
ScadObject rebel; rebel.import_from_file("REBEL_Anita.scad"); Cylinder cyl(55,20); Obj obj = cyl - rebel.scale(1,1,2); ofstream file; file.open("rebel_cookie.scad"); file << obj.gen_scad(); file.close();More info about OOML in http://iearobotics.com/oomlwiki
To produce the OpenSCAD code of this thing unzip the attached file, and then
cd build
cmake ../
make
Then go to the bin directory
cd bin
./rebel_cookie
and this will produce the scad code for the rebel cookie cutter
