March 2011
4 posts
2 tags
Niektóre osoby mogły by się zabić skacząc z poziomu swojego EGO na poziom...
– Internet
1 tag
3 tags
Manufacturing at home!
Sometime ago I was fascinated about Maker-Bot 3d printer.
Unfortunately there was lack of intuitive (for me) software to design 3d models … until now:
tadam
OpensCAD
So to design a pawn I’ve to write a little piece of code like:
union(){
cube([40,40,4],true);
cylinder(40,15,5);
translate([0,0,40])sphere(10);
}
and OpensCAD will render it for me.
Of course project can...
1 tag