added more sizes

main
zeus 2021-05-17 18:54:26 +02:00
parent 82cfcf3225
commit 3b28eb0ba3
3 changed files with 2 additions and 1 deletions

View File

@ -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;