tfx to no name non standart 2U case
Description
Made by adding extra material to the original by making the L block with open scad and adding them together using tinkercad code: length = 106; // 10.6 cm to mm height = 85; // 8.5 cm to mm thickness = 4; // 4 mm hole_length = 85; // 85 mm hole_width = 65; // 65 mm difference() { cube([length, height, thickness]); translate([length - hole_length, 0, 0]) cube([hole_length, hole_width, thickness + 1]); }
Statistics
Likes
0
Downloads
0