added more sizes
This commit is contained in:
parent
82cfcf3225
commit
3b28eb0ba3
Binary file not shown.
BIN
openscad/own/supermicro_cs836_fan-holder/fanholder_38mm.stl
Normal file
BIN
openscad/own/supermicro_cs836_fan-holder/fanholder_38mm.stl
Normal file
Binary file not shown.
@ -1,4 +1,5 @@
|
||||
// VARS
|
||||
old_fan_depth=38;
|
||||
fan_dia=80;
|
||||
fan_depth=25;
|
||||
fan_oversize=10;
|
||||
@ -7,7 +8,7 @@ width=fan_dia;
|
||||
length=fan_dia;
|
||||
hole_dia=4.25;
|
||||
hole_offset=4.5;
|
||||
depth=34-fan_depth;
|
||||
depth=old_fan_depth-fan_depth;
|
||||
cage_mt=2;
|
||||
$fn=100;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user