Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

3D Print Transitone Flying Dart Face
#14

Looks nice, just a little clean up and just the raft out behind the speaker.
I have a recently revised version of the code that beings the crossbars deep to avoid a raft:

module speakerbars()
{
for(y=[87:10:270])
{
translate([50,y,0])
cube([217,3,16.8]);
}

for(x=[77:10:270])
{
translate([x,85,0])
cube([3,180,16.8]);
}

}


Messages In This Thread
RE: 3D Print Transitone Flying Dart Face - by Daniel Bingamon - 12-05-2020, 11:22 PM



Users browsing this thread: 2 Guest(s)