added more sizes
parent
82cfcf3225
commit
3b28eb0ba3
Binary file not shown.
Binary file not shown.
|
@ -1,4 +1,5 @@
|
||||||
// VARS
|
// VARS
|
||||||
|
old_fan_depth=38;
|
||||||
fan_dia=80;
|
fan_dia=80;
|
||||||
fan_depth=25;
|
fan_depth=25;
|
||||||
fan_oversize=10;
|
fan_oversize=10;
|
||||||
|
@ -7,7 +8,7 @@ width=fan_dia;
|
||||||
length=fan_dia;
|
length=fan_dia;
|
||||||
hole_dia=4.25;
|
hole_dia=4.25;
|
||||||
hole_offset=4.5;
|
hole_offset=4.5;
|
||||||
depth=34-fan_depth;
|
depth=old_fan_depth-fan_depth;
|
||||||
cage_mt=2;
|
cage_mt=2;
|
||||||
$fn=100;
|
$fn=100;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue