Category Archives: #OpenSCAD

Fumes in ABS 3D printing is real

Seriously. I am going to have to set print jobs after hours. This thing is definitely different to PLA.

The project that I am printing for is a dashboard camera called vEye.

A useless machine….

“If you can’t build a useless machine, how can you build a useful one ?”

– Stanford Mings

 

 

My first model in OpenSCAD

Was at a Cafe and thought, screw it. I will code generic cup in OpenSCAD as a skill building exercice.

difference()
{
cylinder(20,7,10,0,$fn=200) ;
translate([0,0,2]) cylinder(20,7,10,0,$fn=200);
}