3dprint-reolink-box/reolink-cap-wide-holes.scad

31 lines
470 B
OpenSCAD
Raw Permalink Normal View History

2022-08-21 19:08:26 +02:00
include <BOSL2/std.scad>
include <./rosetta.scad>
base = 160; // mm
top = 90; //mm
height = 50;
thickness = 9; // mm
thick_height=7; // mm
delta = 0.01;
// M4
screw_width = 5; //mm
piulitza = 7; // mm
piulitza_h = 4; // mm
// dent depth
dent_depth = 3.5;
base_2 = base/2;
top_2 = top/2 - 1;
top_3 = top_2 - 5;
top_4 = top_2/2;
screw_distance = 33;
inital_screw_angle = -30;
$fn = 180; //production
$fn = 24; //development
cap(true);