shelf.3D.scad 192 B

1234567891011
  1. include <../assets/shelf.scad>
  2. $fn = 100;
  3. translate([shelf_angle_depth / 1.5, 0, 0]) {
  4. shelf_angle_object();
  5. }
  6. translate([-shelf_angle_depth / 1.5, 0, 0]) {
  7. shelf_angle_object();
  8. }