24 lines
565 B
OpenSCAD
24 lines
565 B
OpenSCAD
// rgb and fancontroller casing for esp with wled to drive computer-rbg-gear
|
|
// by zeus - cc4.0-by-nc-sa - 2022-04-30
|
|
// ##################################################
|
|
|
|
// Variables
|
|
case_w=;
|
|
case_l=;
|
|
case_h_btm=;
|
|
mt=3;
|
|
fan_cutout_w=; // 4-pin pwm-headers, 90° angled
|
|
fan_cutout_h=;
|
|
fan_cutout_top_w=; // cutout for the retention-clip on top
|
|
fan_cutout_top_d=; // ~ depth
|
|
rgb_cutout_w=; // jst_sm-sockets
|
|
rgb_cutout_h=;
|
|
io_cutout_w=; // the other three sockets for power and MB connectivity, about 12-13 pins overall width
|
|
io_cutout_h=;
|
|
hole_dia=;
|
|
|
|
|
|
|
|
|
|
// Model
|