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.
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.
“If you can’t build a useless machine, how can you build a useful one ?”
– Stanford Mings
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);
}