3D Printed Box
STL files for 3D printing will need to be oriented for print using either FDM or SLS machines. Parts were built with PLA filament.
STL file for printing may be downloaded using the link below.
The box was sliced with CURA using the settings below
- PLA filament 205c extruder
- 0.35 layer height
- No supports
Original Design File
The box was designed using OpenScad, find the source code for it below.
wall_thickness = 1.6; short_wall_height = 25; difference(){ cube([50+(wall_thickness*2),50+(wall_thickness*2),42+1], center=true); translate([0,0,1]){ cube([50,50,42+1], center=true); } translate([0,20,0]) rotate([90,0,0]){ cylinder(r=36/2, h=30, center=true, $fn=80); } translate([ -10, -(50+(wall_thickness*2))/2 + 9/2 + 4, -(42+1)/2 + 18/2 + 1]){ hull(){ translate([0,0,-4.5]) rotate([0,90,]) cylinder(r=9/2, h=40, center=true, , $fn=30); translate([0,0,4.5]) rotate([0,90,0]) cylinder(r=9/2, h=40, center=true, $fn=30); } //cube([40,9,18], center=true); } } translate([-(50+(wall_thickness*2))/2 + 40/2, ((50+(wall_thickness*2))/2) - wall_thickness/2 - 8, -(43/2)+(short_wall_height/2)]) cube([40,wall_thickness,short_wall_height], center=true); translate([(50+(wall_thickness*2))/2 - 40/2, ((50+(wall_thickness*2))/2) - wall_thickness/2 - 8 - 4, -(43/2)+(short_wall_height/2)]) cube([40,wall_thickness,short_wall_height], center=true); /* translate([0,-5,0]) cube([22, 32, 18], center=true); */
Page last edited February 25, 2025
Text editor powered by tinymce.